Package net.officefloor.frame.test
Interface OfficeFrameTestCase.TestLogic<R,T extends Throwable>
- Type Parameters:
R- Return type.T- PossibleThrowable.
- Enclosing class:
- OfficeFrameTestCase
protected static interface OfficeFrameTestCase.TestLogic<R,T extends Throwable>
Test logic interface.
-
Method Summary
-
Method Details
-
run
Runs the test logic.- Returns:
- Result.
- Throws:
T- If test logic fails.
-