com.mockobjects

Interface Verifiable

public interface Verifiable

A Verifiable is an object that can confirm at the end of a unit test that the correct behvaiour has occurred.

See Also: Verifier to check all the Verifiables in an object.

Method Summary
abstract voidverify()
Throw an AssertionFailedException if any expectations have not been met.

Method Detail

verify

public abstract void verify()
Throw an AssertionFailedException if any expectations have not been met.
Copyright © 2002 Mock Objects. All Rights Reserved.