Uses of Interface
net.officefloor.frame.test.ThreadedTestSupport.MultithreadedTestLogic
Packages that use ThreadedTestSupport.MultithreadedTestLogic
-
Uses of ThreadedTestSupport.MultithreadedTestLogic in net.officefloor.frame.test
Methods in net.officefloor.frame.test with parameters of type ThreadedTestSupport.MultithreadedTestLogicModifier and TypeMethodDescription<T extends Throwable>
voidThreadedTestSupport.doMultiThreadedTest(int threadCount, int iterationCount, int timeout, ThreadedTestSupport.MultithreadedTestLogic<T> test) Undertakes multi-threaded testing ofThreadedTestSupport.MultithreadedTestLogic.<T extends Throwable>
voidThreadedTestSupport.doMultiThreadedTest(int threadCount, int iterationCount, ThreadedTestSupport.MultithreadedTestLogic<T> test) Undertakes multi-threaded testing ofThreadedTestSupport.MultithreadedTestLogic.<T extends Throwable>
ThreadedTestSupport.MultiThreadedExecution<T>ThreadedTestSupport.triggerMultiThreadedTest(int threadCount, int iterationCount, int timeout, ThreadedTestSupport.MultithreadedTestLogic<T> test) Triggers multi-threaded testing ofThreadedTestSupport.MultithreadedTestLogic.<T extends Throwable>
ThreadedTestSupport.MultiThreadedExecution<T>ThreadedTestSupport.triggerMultiThreadedTest(int threadCount, int iterationCount, ThreadedTestSupport.MultithreadedTestLogic<T> test) Triggers multi-threaded testing ofThreadedTestSupport.MultithreadedTestLogic.<T extends Throwable>
ThreadedTestSupport.MultiThreadedExecution<T>ThreadedTestSupport.triggerThreadedTest(ThreadedTestSupport.MultithreadedTestLogic<T> test) Triggers single threaded testing ofThreadedTestSupport.MultithreadedTestLogic.