Uses of Interface
de.gebit.integrity.runner.TestRunner
-
Packages that use TestRunner Package Description de.gebit.integrity.runner de.gebit.integrity.runner.console -
-
Uses of TestRunner in de.gebit.integrity.runner
Classes in de.gebit.integrity.runner that implement TestRunner Modifier and Type Class Description classDefaultTestRunnerThe test runner executes tests.Methods in de.gebit.integrity.runner that return TestRunner Modifier and Type Method Description 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.Methods in de.gebit.integrity.runner that return types with arguments of type TestRunner Modifier and Type Method Description Class<? extends TestRunner>IntegrityRunnerModule. bindTestRunner()Binding of theTestRunner. -
Uses of TestRunner in de.gebit.integrity.runner.console
Methods in de.gebit.integrity.runner.console that return TestRunner 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.Methods in de.gebit.integrity.runner.console with parameters of type TestRunner Modifier and Type Method Description protected voidConsoleTestExecutor. runTests(TestRunner aRunner, SuiteDefinition aRootSuite, VariantDefinition aVariant, boolean aBlockForRemotingFlag)Run the tests on the providedTestRunner.
-