Uses of Interface
net.officefloor.frame.test.ThreadedTestSupport.MultiThreadedExecution
-
Packages that use ThreadedTestSupport.MultiThreadedExecution Package Description net.officefloor.frame.test -
-
Uses of ThreadedTestSupport.MultiThreadedExecution in net.officefloor.frame.test
Methods in net.officefloor.frame.test that return ThreadedTestSupport.MultiThreadedExecution Modifier and Type Method Description <T extends java.lang.Throwable>
ThreadedTestSupport.MultiThreadedExecution<T>ThreadedTestSupport. triggerMultiThreadedTest(int threadCount, int iterationCount, int timeout, ThreadedTestSupport.MultithreadedTestLogic<T> test)
Triggers multi-threaded testing ofThreadedTestSupport.MultithreadedTestLogic
.<T extends java.lang.Throwable>
ThreadedTestSupport.MultiThreadedExecution<T>ThreadedTestSupport. triggerMultiThreadedTest(int threadCount, int iterationCount, ThreadedTestSupport.MultithreadedTestLogic<T> test)
Triggers multi-threaded testing ofThreadedTestSupport.MultithreadedTestLogic
.<T extends java.lang.Throwable>
ThreadedTestSupport.MultiThreadedExecution<T>ThreadedTestSupport. triggerThreadedTest(ThreadedTestSupport.MultithreadedTestLogic<T> test)
Triggers single threaded testing ofThreadedTestSupport.MultithreadedTestLogic
.
-