| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.jmock.core.matcher.StatelessInvocationMatcherorg.jmock.core.matcher.InvokedAfterMatcherpublic class InvokedAfterMatcherextends StatelessInvocationMatcherConstructor Summary | |
| |
Method Summary | |
StringBuffer |
|
void |
|
boolean |
|
Methods inherited from class org.jmock.core.matcher.StatelessInvocationMatcher | |
hasDescription, invoked, verify | |
public InvokedAfterMatcher(InvokedRecorder priorCallRecorder, String priorCallDescription)
public StringBuffer describeTo(StringBuffer buffer)
- Specified by:
- describeTo in interface SelfDescribing
public void invoked(Invocation invocation)
- Specified by:
- invoked in interface InvocationMatcher
- Overrides:
- invoked in interface StatelessInvocationMatcher
public boolean matches(Invocation invocation)
- Specified by:
- matches in interface InvocationMatcher