Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jmock.core.matcher.StatelessInvocationMatcher
org.jmock.core.matcher.InvokedAfterMatcher
public class InvokedAfterMatcher
extends StatelessInvocationMatcher
Constructor 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