org.jmock.core

Interface InvocationMatcher

All Superinterfaces:
SelfDescribing, Verifiable
Known Implementing Classes:
AnyArgumentsMatcher, ArgumentsMatcher, InvokeAtLeastOnceMatcher, InvokedAfterMatcher, InvokedRecorder, InvokeOnceMatcher, MethodNameMatcher, NoArgumentsMatcher, StatelessInvocationMatcher, TestFailureMatcher

public interface InvocationMatcher
extends Verifiable, SelfDescribing

Method Summary

boolean
hasDescription()
void
invoked(Invocation invocation)
boolean
matches(Invocation invocation)

Methods inherited from interface org.jmock.core.SelfDescribing

describeTo

Methods inherited from interface org.jmock.core.Verifiable

verify

Method Details

hasDescription

public boolean hasDescription()

invoked

public void invoked(Invocation invocation)

matches

public boolean matches(Invocation invocation)