org.jmock.core.matcher
public abstract class StatelessInvocationMatcher extends java.lang.Object implements InvocationMatcher
Constructor and Description |
---|
StatelessInvocationMatcher() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasDescription() |
void |
invoked(Invocation invocation) |
void |
verify()
Throw an AssertionFailedException if any expectations have not been met.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
matches
describeTo
public void invoked(Invocation invocation)
invoked
in interface InvocationMatcher
public void verify()
Verifiable
verify
in interface Verifiable
public boolean hasDescription()
hasDescription
in interface InvocationMatcher