Uses of Class
de.gebit.integrity.fixtures.FixtureMethod
-
Packages that use FixtureMethod Package Description de.gebit.integrity.runner.fixtures -
-
Uses of FixtureMethod in de.gebit.integrity.runner.fixtures
Methods in de.gebit.integrity.runner.fixtures with annotations of type FixtureMethod 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.
-