Uses of Class
de.gebit.integrity.runner.callbacks.TestRunnerCallback
-
-
Uses of TestRunnerCallback in de.gebit.integrity.runner
Fields in de.gebit.integrity.runner declared as TestRunnerCallback Modifier and Type Field Description protected TestRunnerCallbackDefaultTestRunner. callbackThe callback provided by the creator of theTestRunner.protected TestRunnerCallbackDefaultTestRunner. currentCallbackThe currently used callback, that is, the callback that gets directly called during execution.Methods in de.gebit.integrity.runner with parameters of type TestRunnerCallback Modifier and Type Method Description voidDefaultTestRunner. initialize(TestModel aModel, Map<String,String> someParameterizedConstants, TestRunnerCallback aCallback, String aResultLocale, Integer aRemotingPort, String aRemotingBindHost, Long aRandomSeed, String[] someCommandLineArguments)voidTestRunner. initialize(TestModel aModel, Map<String,String> someParameterizedConstants, TestRunnerCallback aCallback, String aResultLocale, Integer aRemotingPort, String aRemotingBindHost, Long aRandomSeed, String[] someCommandLineArguments)Initializes a fresh test runner instance.TestRunnerTestModel. initializeTestRunner(TestRunnerCallback aCallback, Map<String,String> someParameterizedConstants, String aResultLocale, Integer aRemotingPort, String aRemotingBindHost, Long aRandomSeed, String[] someCommandLineArguments)Initializes a fresh test runner instance, based on this test model. -
Uses of TestRunnerCallback in de.gebit.integrity.runner.callbacks
Subclasses of TestRunnerCallback in de.gebit.integrity.runner.callbacks Modifier and Type Class Description classAbstractTestRunnerCallbackAbstract base class for test runner callback implementation.classCompoundTestRunnerCallbackThis specialTestRunnerCallbackis intended to be used for combining multiple callbacks.Methods in de.gebit.integrity.runner.callbacks with parameters of type TestRunnerCallback Modifier and Type Method Description voidCompoundTestRunnerCallback. addCallback(TestRunnerCallback aCallback)Adds another callback.voidCompoundTestRunnerCallback. removeCallback(TestRunnerCallback aCallback)Removes a callback from the compound.Constructors in de.gebit.integrity.runner.callbacks with parameters of type TestRunnerCallback Constructor Description CompoundTestRunnerCallback(TestRunnerCallback... someCallbacks)Creates a new instance. -
Uses of TestRunnerCallback in de.gebit.integrity.runner.callbacks.console
Subclasses of TestRunnerCallback in de.gebit.integrity.runner.callbacks.console Modifier and Type Class Description classConsoleTestCallbackA simple callback which prints out test progression information onto the console. -
Uses of TestRunnerCallback in de.gebit.integrity.runner.callbacks.remoting
Subclasses of TestRunnerCallback in de.gebit.integrity.runner.callbacks.remoting Modifier and Type Class Description classSetListCallbackCallback for creation and update of theSetList- a crucial part of Integritys' remoting system. -
Uses of TestRunnerCallback in de.gebit.integrity.runner.callbacks.xml
Subclasses of TestRunnerCallback in de.gebit.integrity.runner.callbacks.xml Modifier and Type Class Description classXmlWriterTestCallbackTest runner callback which writes to an XML result file. -
Uses of TestRunnerCallback in de.gebit.integrity.runner.console
Methods in de.gebit.integrity.runner.console that return TestRunnerCallback Modifier and Type Method Description protected TestRunnerCallbackConsoleTestExecutor. createConsoleTestCallback()Creates the console printout test runner callback.protected TestRunnerCallbackConsoleTestExecutor. createXmlWriterTestCallback(TestResourceProvider aResourceProvider, String anXmlFileName, String anExecutionName, TransformHandling aTransformHandling, boolean aCaptureConsoleFlag)Instantiates the XML Test Writer Callback which is used to write the XML test results.Methods in de.gebit.integrity.runner.console that return types with arguments of type TestRunnerCallback Modifier and Type Method Description protected List<TestRunnerCallback>ConsoleTestExecutor. createAdditionalCallbacks()This is a designated override point to allow for additional callbacks to be easily integrated into a test run.Methods in de.gebit.integrity.runner.console with parameters of type TestRunnerCallback Modifier and Type Method Description protected TestRunnerConsoleTestExecutor. initializeTestRunner(TestModel aModel, TestRunnerCallback aCallback, Map<String,String> someParameterizedConstants, String aResultLocale, Integer aRemotingPort, String aRemotingBindHost, Long aRandomSeed, String[] someCommandLineArguments)Initializes aTestRunnerinstance using the providedTestModel. -
Uses of TestRunnerCallback in de.gebit.integrity.runner.forking
Constructors in de.gebit.integrity.runner.forking with parameters of type TestRunnerCallback Constructor Description Fork(ForkDefinition aDefinition, Forker aForker, String[] someCommandLineArguments, int aMainPortNumber, TestRunnerCallback aCallback, SetList aSetList, IntegrityRemotingServer aServer, ForkCallback aForkCallback)Creates a new fork.
-