Uses of Class
de.gebit.integrity.runner.forking.ForkException
-
Packages that use ForkException Package Description de.gebit.integrity.runner de.gebit.integrity.runner.forking -
-
Uses of ForkException in de.gebit.integrity.runner
Methods in de.gebit.integrity.runner that throw ForkException Modifier and Type Method Description protected ForkDefaultTestRunner. createFork(Suite aSuiteCall)Creates a new fork instance. -
Uses of ForkException in de.gebit.integrity.runner.forking
Methods in de.gebit.integrity.runner.forking that throw ForkException Modifier and Type Method Description protected LocalForkedProcessDefaultForker. createProcess(List<String> anArgumentList)Create a process using the given argument list.ForkedProcessDefaultForker. fork(String[] someCommandLineArguments, String aForkName, long aRandomSeed, TimeSyncState aTimeSyncState)ForkedProcessForker. fork(String[] someCommandLineArguments, String aForkName, long aRandomSeed, TimeSyncState aTimeSyncState)Performs the actual forking.voidFork. start(TimeSyncState aTimeSyncState)Actually start the fork.
-