Package net.officefloor.frame.test
Interface Assertions.FailOperation
-
- Enclosing class:
- Assertions
protected static interface Assertions.FailOperation
Operation forAssertions.assertFail(net.officefloor.frame.test.Assertions.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.
-