Uses of Class
de.gebit.integrity.fixtures.FixtureParameter
-
Packages that use FixtureParameter Package Description de.gebit.integrity.fixtures de.gebit.integrity.runner.fixtures -
-
Uses of FixtureParameter in de.gebit.integrity.fixtures
Methods in de.gebit.integrity.fixtures with parameters of type FixtureParameter Modifier and Type Method Description protected voidFixtureWrapper. performNullCheck(FixtureParameter anAnnotation, Object aValue)Validates given parameter values to comply with thenullable()setting. -
Uses of FixtureParameter in de.gebit.integrity.runner.fixtures
Method parameters in de.gebit.integrity.runner.fixtures with annotations of type FixtureParameter Modifier and Type Method Description booleanJavaApplicationLaunchFixture. isAlive(JavaApplicationLaunchFixture.ApplicationWrapper aWrapper)Checks whether the provided application (if none was provided, the last started application is used) is still alive.booleanJavaApplicationLaunchFixture. kill(JavaApplicationLaunchFixture.ApplicationWrapper aWrapper)Kills the provided application (or the last started one, if none is explicitly provided).JavaApplicationLaunchFixture.ApplicationWrapperJavaApplicationLaunchFixture. launch(String aMainClassName, String[] someArguments)Launches the provided application by calling the static main method of the application class.JavaApplicationLaunchFixture.ApplicationWrapperJavaApplicationLaunchFixture. launch(String aMainClassName, String[] someArguments)Launches the provided application by calling the static main method of the application class.
-