Uses of Class
org.dellroad.javabox.ScriptResult
-
Uses of ScriptResult in org.dellroad.javabox
Subinterfaces with type arguments of type ScriptResult in org.dellroad.javaboxModifier and TypeInterfaceDescriptioninterfaceA checker forScriptResults that imposes some set of requirements that must be satisfied.Methods in org.dellroad.javabox that return ScriptResultModifier and TypeMethodDescriptionExecute the given script in this container.ResultCheckerException.result()Get theScriptResultwhich generated this exception.Resume this instance's suspended script.Methods in org.dellroad.javabox with parameters of type ScriptResultModifier and TypeMethodDescriptiondefault voidResultChecker.check(ScriptResult result) Apply this instance to the given result.Method parameters in org.dellroad.javabox with type arguments of type ScriptResultModifier and TypeMethodDescriptionstatic ResultCheckerResultChecker.checkSnippets(BiConsumer<? super ScriptResult, ? super Integer> snippetChecker) Create an instance that verifies that everySnippetOutcomes meets some requirement.Constructors in org.dellroad.javabox with parameters of type ScriptResultModifierConstructorDescriptionResultCheckerException(ScriptResult result, int snippetIndex, String message) Constructor.ResultCheckerException(ScriptResult result, int snippetIndex, String message, Throwable cause) Constructor.ResultCheckerException(ScriptResult result, String message) Constructor for exceptions that are not specific to a single snippet.ResultCheckerException(ScriptResult result, String message, Throwable cause) Constructor for exceptions that are not specific to a single snippet.