Uses of Class
de.gebit.integrity.runner.TestModel
-
-
Uses of TestModel in de.gebit.integrity.runner
Fields in de.gebit.integrity.runner declared as TestModel Modifier and Type Field Description protected TestModelDefaultTestRunner. modelThe test model being executed.Methods in de.gebit.integrity.runner that return TestModel Modifier and Type Method Description static TestModelTestModel. instantiateTestModel(ClassLoader aClassLoader, Class<? extends IntegrityDSLSetup> aSetupClass, boolean aSkipModelChecksFlag)Instantiates a TestModel using the provided setup class.static TestModelTestModel. loadTestModel(TestResourceProvider aResourceProvider, boolean aSkipModelChecksFlag, boolean aPerformModelValidationFlag, Class<? extends IntegrityDSLSetup> aSetupClass)Loads aTestModelfrom a givenTestResourceProvider.Methods in de.gebit.integrity.runner that return types with arguments of type TestModel Modifier and Type Method Description Class<? extends TestModel>IntegrityRunnerModule. bindTestModel()Binding of theTestModel.Methods in de.gebit.integrity.runner with parameters of type TestModel 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. -
Uses of TestModel in de.gebit.integrity.runner.callbacks
Methods in de.gebit.integrity.runner.callbacks with parameters of type TestModel Modifier and Type Method Description voidCompoundTestRunnerCallback. onExecutionFinish(TestModel aModel, SuiteSummaryResult aResult)abstract voidTestRunnerCallback. onExecutionFinish(TestModel aModel, SuiteSummaryResult aResult)Called after all execution has been finished.voidCompoundTestRunnerCallback. onExecutionStart(TestModel aModel, VariantDefinition aVariant)abstract voidTestRunnerCallback. onExecutionStart(TestModel aModel, VariantDefinition aVariant)Called when the execution starts, that is, before the first (root) suite is entered. -
Uses of TestModel in de.gebit.integrity.runner.callbacks.console
Methods in de.gebit.integrity.runner.callbacks.console with parameters of type TestModel Modifier and Type Method Description voidConsoleTestCallback. onExecutionFinish(TestModel aModel, SuiteSummaryResult aResult)voidConsoleTestCallback. onExecutionStart(TestModel aModel, VariantDefinition aVariant) -
Uses of TestModel in de.gebit.integrity.runner.callbacks.remoting
Methods in de.gebit.integrity.runner.callbacks.remoting with parameters of type TestModel Modifier and Type Method Description voidSetListCallback. onExecutionFinish(TestModel aModel, SuiteSummaryResult aResult)voidSetListCallback. onExecutionStart(TestModel aModel, VariantDefinition aVariant) -
Uses of TestModel in de.gebit.integrity.runner.callbacks.xml
Methods in de.gebit.integrity.runner.callbacks.xml with parameters of type TestModel Modifier and Type Method Description voidXmlWriterTestCallback. onExecutionFinish(TestModel aModel, SuiteSummaryResult aResult)On execution finish.voidXmlWriterTestCallback. onExecutionStart(TestModel aModel, VariantDefinition aVariant)On execution start. -
Uses of TestModel in de.gebit.integrity.runner.console
Methods in de.gebit.integrity.runner.console with parameters of type TestModel 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 TestModel in de.gebit.integrity.runner.variables
Fields in de.gebit.integrity.runner.variables declared as TestModel Modifier and Type Field Description protected TestModelDefaultVariableManager. modelThe current test model.
-