Uses of Class
de.gebit.integrity.runner.results.call.CallResult
-
-
Uses of CallResult in de.gebit.integrity.runner
Methods in de.gebit.integrity.runner that return CallResult Modifier and Type Method Description protected CallResultDefaultTestRunner. executeCallSingle(Call aCall)Executes a call (a single time, doesn't honor the multiplier).Methods in de.gebit.integrity.runner that return types with arguments of type CallResult Modifier and Type Method Description protected List<CallResult>DefaultTestRunner. executeCall(Call aCall)Executes a call. -
Uses of CallResult in de.gebit.integrity.runner.callbacks
Methods in de.gebit.integrity.runner.callbacks with parameters of type CallResult Modifier and Type Method Description voidCompoundTestRunnerCallback. onCallFinish(Call aCall, CallResult aResult)abstract voidTestRunnerCallback. onCallFinish(Call aCall, CallResult aResult)Called right after a call was executed. -
Uses of CallResult in de.gebit.integrity.runner.callbacks.console
Methods in de.gebit.integrity.runner.callbacks.console with parameters of type CallResult Modifier and Type Method Description voidConsoleTestCallback. onCallFinish(Call aCall, CallResult aResult) -
Uses of CallResult in de.gebit.integrity.runner.callbacks.remoting
Methods in de.gebit.integrity.runner.callbacks.remoting with parameters of type CallResult Modifier and Type Method Description voidSetListCallback. onCallFinish(Call aCall, CallResult aResult) -
Uses of CallResult in de.gebit.integrity.runner.callbacks.xml
Methods in de.gebit.integrity.runner.callbacks.xml with parameters of type CallResult Modifier and Type Method Description voidXmlWriterTestCallback. onCallFinish(Call aCall, CallResult aResult)On call finish. -
Uses of CallResult in de.gebit.integrity.runner.results.call
Subclasses of CallResult in de.gebit.integrity.runner.results.call Modifier and Type Class Description classExceptionResultThe result returned if a call resulted in an exception.classSuccessResultResult for successful calls.classUndeterminedResultResult used for undetermined calls.
-