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