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