|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jmock.core.matcher.StatelessInvocationMatcher
org.jmock.core.matcher.InvokedAfterMatcher
public class InvokedAfterMatcher
Constructor Summary | |
---|---|
InvokedAfterMatcher(InvokedRecorder priorCallRecorder,
java.lang.String priorCallDescription)
|
Method Summary | |
---|---|
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)
|
Methods inherited from class org.jmock.core.matcher.StatelessInvocationMatcher |
---|
hasDescription, verify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvokedAfterMatcher(InvokedRecorder priorCallRecorder, java.lang.String priorCallDescription)
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |