org.jmock.core
Interface Verifiable
- DynamicMock, Expectation, ExpectationCollection, InvocationDispatcher, InvocationMatcher, Invokable
- AbstractDynamicMock, AbstractExpectation, AbstractExpectationCollection, AnyArgumentsMatcher, ArgumentsMatcher, CGLIBCoreMock, CoreMock, ExpectationCounter, ExpectationDoubleValue, ExpectationList, ExpectationMap, ExpectationSegment, ExpectationSet, ExpectationValue, FIFOInvocationDispatcher, InvocationMocker, InvokeAtLeastOnceMatcher, InvokedAfterMatcher, InvokedRecorder, InvokeOnceMatcher, LIFOInvocationDispatcher, MethodNameMatcher, Mock, Mock, MockObject, NoArgumentsMatcher, ReturnObjectBag, ReturnObjectList, ReturnObjectMap, StatelessInvocationMatcher, TestFailureMatcher
public interface Verifiable
A Verifiable is an object that can confirm at the end of a unit test that
the correct behvaiour has occurred.
void | verify() - Throw an AssertionFailedException if any expectations have not been met.
|
verify
public void verify()
Throw an AssertionFailedException if any expectations have not been met.