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