Uses of Interface
org.dellroad.javabox.ResultChecker
-
Uses of ResultChecker in org.dellroad.javabox
Methods in org.dellroad.javabox that return ResultCheckerModifier and TypeMethodDescriptionstatic ResultCheckerResultChecker.allSuccessful()Create an instance that verifies that allSnippetOutcomes are successful.static ResultCheckerResultChecker.checkSnippets(BiConsumer<? super ScriptResult, ? super Integer> snippetChecker) Create an instance that verifies that everySnippetOutcomes meets some requirement.static ResultCheckerCreate an instance that verifies that the lastSnippetOutcomewas a successful expression returning a value having the specified type.