org.jmock.core.matcher
public class InvokedAfterMatcher extends StatelessInvocationMatcher
Constructor and Description |
---|
InvokedAfterMatcher(InvokedRecorder priorCallRecorder,
java.lang.String priorCallDescription) |
Modifier and Type | Method and Description |
---|---|
java.lang.StringBuffer |
describeTo(java.lang.StringBuffer buffer)
Appends the description of this object to the buffer.
|
void |
invoked(Invocation invocation) |
boolean |
matches(Invocation invocation) |
hasDescription, verify
public InvokedAfterMatcher(InvokedRecorder priorCallRecorder, java.lang.String priorCallDescription)
public boolean matches(Invocation invocation)
public void invoked(Invocation invocation)
invoked
in interface InvocationMatcher
invoked
in class StatelessInvocationMatcher
public java.lang.StringBuffer describeTo(java.lang.StringBuffer buffer)
SelfDescribing
buffer
- The buffer that the description is appended to.