Package net.officefloor.frame.test
Interface OfficeFrameTestCase.FailOperation
-
- Enclosing class:
- OfficeFrameTestCase
protected static interface OfficeFrameTestCase.FailOperation
Operation forOfficeFrameTestCase.assertFail(net.officefloor.frame.test.OfficeFrameTestCase.FailOperation, java.lang.Class<F>)
that should fail.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run()
Contains the operation that should fail.
-