Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.mockobjects
Interface Verifiable  view Verifiable download Verifiable.java

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.