org.jmock.core.matcher

Class StatelessInvocationMatcher

Implemented Interfaces:
InvocationMatcher, SelfDescribing, Verifiable
Known Direct Subclasses:
AnyArgumentsMatcher, ArgumentsMatcher, InvokedAfterMatcher, MethodNameMatcher, NoArgumentsMatcher

public abstract class StatelessInvocationMatcher
extends Object
implements InvocationMatcher

Method Summary

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

Method Details

hasDescription

public boolean hasDescription()
Specified by:
hasDescription in interface InvocationMatcher

invoked

public void invoked(Invocation invocation)
Specified by:
invoked in interface InvocationMatcher

verify

public void verify()
Specified by:
verify in interface Verifiable