|
|||||||||
| Home >> All >> com >> [ mockobjects overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.mockobjects
Interface Verifiable

- All Known Subinterfaces:
- Expectation, ExpectationCollection
- All Known Implementing Classes:
- AbstractExpectation, AbstractExpectationCollection, ExpectationMap, MockObject, ReturnObjectBag, ReturnObjectList
- public interface Verifiable
A Verifiable is an object that can confirm at the end of a unit test that the correct behvaiour has occurred.
| Method Summary | |
void |
verify()
Throw an AssertionFailedException if any expectations have not been met. |
| Method Detail |
verify
public void verify()
- Throw an AssertionFailedException if any expectations have not been met.
|
|||||||||
| Home >> All >> com >> [ mockobjects overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC