Package net.officefloor.frame.test
Interface OfficeFrameTestCase.MultithreadedTestLogic<T extends Throwable>
- Type Parameters:
T- PossibleThrowable.
- Enclosing class:
- OfficeFrameTestCase
protected static interface OfficeFrameTestCase.MultithreadedTestLogic<T extends Throwable>
Multi-threaded test logic interface.
-
Method Summary
-
Method Details
-
run
Runs the multi-threaded test logic.- Throws:
T- If test logic fails.
-