Uses of Interface
net.officefloor.frame.test.OfficeFrameTestCase.MultithreadedTestLogic
Packages that use OfficeFrameTestCase.MultithreadedTestLogic
-
Uses of OfficeFrameTestCase.MultithreadedTestLogic in net.officefloor.frame.test
Methods in net.officefloor.frame.test with parameters of type OfficeFrameTestCase.MultithreadedTestLogicModifier and TypeMethodDescriptionprotected final <T extends Throwable>
voidOfficeFrameTestCase.doMultiThreadedTest(int threadCount, int iterationCount, int timeout, OfficeFrameTestCase.MultithreadedTestLogic<T> test) Undertakes multi-threaded testing ofOfficeFrameTestCase.TestLogic.protected final <T extends Throwable>
voidOfficeFrameTestCase.doMultiThreadedTest(int threadCount, int iterationCount, OfficeFrameTestCase.MultithreadedTestLogic<T> test) Undertakes multi-threaded testing ofOfficeFrameTestCase.TestLogic.