Uses of Interface
de.gebit.integrity.runner.forking.processes.ProcessTerminator
-
Packages that use ProcessTerminator Package Description de.gebit.integrity.runner de.gebit.integrity.runner.forking de.gebit.integrity.runner.forking.processes -
-
Uses of ProcessTerminator in de.gebit.integrity.runner
Fields in de.gebit.integrity.runner declared as ProcessTerminator Modifier and Type Field Description protected ProcessTerminatorDefaultTestRunner. processTerminatorThe process watchdog, used to govern other processes started by the test runner.Methods in de.gebit.integrity.runner that return types with arguments of type ProcessTerminator Modifier and Type Method Description Class<? extends ProcessTerminator>IntegrityRunnerModule. bindProcessWatchdog()Binding of theProcessTerminator. -
Uses of ProcessTerminator in de.gebit.integrity.runner.forking
Fields in de.gebit.integrity.runner.forking declared as ProcessTerminator Modifier and Type Field Description protected ProcessTerminatorFork. processWatchdogThe process watchdog, used to govern other processes started by the test runner. -
Uses of ProcessTerminator in de.gebit.integrity.runner.forking.processes
Classes in de.gebit.integrity.runner.forking.processes that implement ProcessTerminator Modifier and Type Class Description classDefaultProcessTerminatorThe standard process terminator implementation.
-