Uses of Class
de.gebit.integrity.runner.fixtures.JavaApplicationLaunchFixture.ApplicationWrapper
-
Packages that use JavaApplicationLaunchFixture.ApplicationWrapper Package Description de.gebit.integrity.runner.fixtures -
-
Uses of JavaApplicationLaunchFixture.ApplicationWrapper in de.gebit.integrity.runner.fixtures
Fields in de.gebit.integrity.runner.fixtures declared as JavaApplicationLaunchFixture.ApplicationWrapper Modifier and Type Field Description protected static JavaApplicationLaunchFixture.ApplicationWrapperJavaApplicationLaunchFixture. lastApplicationThe last application that was started is stored here.Methods in de.gebit.integrity.runner.fixtures that return JavaApplicationLaunchFixture.ApplicationWrapper Modifier and Type Method Description JavaApplicationLaunchFixture.ApplicationWrapperJavaApplicationLaunchFixture. launch(String aMainClassName, String[] someArguments)Launches the provided application by calling the static main method of the application class.protected JavaApplicationLaunchFixture.ApplicationWrapperJavaApplicationLaunchFixture. launchInternal(String aMainClassName, String[] someArguments)Launches the provided main class by calling its main method with the provided arguments.protected JavaApplicationLaunchFixture.ApplicationWrapperJavaApplicationLaunchFixture. launchMain(Class<?> aMainClass, Method aMainMethod, String[] someArguments)Here the main method in the given class is actually launched and the wrapper is created.Methods in de.gebit.integrity.runner.fixtures with parameters of type JavaApplicationLaunchFixture.ApplicationWrapper Modifier and Type Method Description protected booleanJavaApplicationLaunchFixture. checkWrapper(JavaApplicationLaunchFixture.ApplicationWrapper aWrapper)Checks whether a provided application wrapper is considered alive.booleanJavaApplicationLaunchFixture. isAlive(JavaApplicationLaunchFixture.ApplicationWrapper aWrapper)Checks whether the provided application (if none was provided, the last started application is used) is still alive.protected booleanJavaApplicationLaunchFixture. isAliveInternal(JavaApplicationLaunchFixture.ApplicationWrapper aWrapper)Performs a liveliness check on the given application (or the last started one if none is provided).booleanJavaApplicationLaunchFixture. kill(JavaApplicationLaunchFixture.ApplicationWrapper aWrapper)Kills the provided application (or the last started one, if none is explicitly provided).protected booleanJavaApplicationLaunchFixture. killInternal(JavaApplicationLaunchFixture.ApplicationWrapper aWrapper)Actually kills the provided application (or the last started one, if none is explicitly provided).
-