org.jmock.core.matcher
Class StatelessInvocationMatcher
java.lang.Object
org.jmock.core.matcher.StatelessInvocationMatcher
- All Implemented Interfaces:
- InvocationMatcher, SelfDescribing, Verifiable
- Direct Known Subclasses:
- AnyArgumentsMatcher, ArgumentsMatcher, InvokedAfterMatcher, MethodNameMatcher, NoArgumentsMatcher
public abstract class StatelessInvocationMatcher
- extends Object
- implements InvocationMatcher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatelessInvocationMatcher
public StatelessInvocationMatcher()
invoked
public void invoked(Invocation invocation)
- Specified by:
invoked
in interface InvocationMatcher
verify
public void verify()
- Description copied from interface:
Verifiable
- Throw an AssertionFailedException if any expectations have not been met.
- Specified by:
verify
in interface Verifiable
hasDescription
public boolean hasDescription()
- Specified by:
hasDescription
in interface InvocationMatcher