Uses of Class
de.gebit.integrity.runner.IntegrityDSLSetup
-
Packages that use IntegrityDSLSetup Package Description de.gebit.integrity.runner de.gebit.integrity.runner.console -
-
Uses of IntegrityDSLSetup in de.gebit.integrity.runner
Method parameters in de.gebit.integrity.runner with type arguments of type IntegrityDSLSetup 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. -
Uses of IntegrityDSLSetup in de.gebit.integrity.runner.console
Fields in de.gebit.integrity.runner.console with type parameters of type IntegrityDSLSetup Modifier and Type Field Description protected Class<? extends IntegrityDSLSetup>ConsoleTestExecutor. setupClassThe setup class to use.Constructor parameters in de.gebit.integrity.runner.console with type arguments of type IntegrityDSLSetup Constructor Description ConsoleTestExecutor(Class<? extends IntegrityDSLSetup> aSetupClass)Creates a new instance.
-