Uses of Interface
ratpack.test.exec.ExecHarness
- 
Packages that use ExecHarness Package Description ratpack.test.exec 
- 
- 
Uses of ExecHarness in ratpack.test.execMethods in ratpack.test.exec that return ExecHarness Modifier and Type Method Description static ExecHarnessExecHarness. harness()Creates a new execution harness.static ExecHarnessExecHarness. harness(int numThreads)Create a harness with the provided number of computation threads.static ExecHarnessExecHarness. harness(Action<? super ExecControllerSpec> definition)Create a harness that is backed by an execution controller with the provided configuration
 
-