Package org.jmock.core.matcher
Class InvokedAfterMatcher
java.lang.Object
org.jmock.core.matcher.StatelessInvocationMatcher
org.jmock.core.matcher.InvokedAfterMatcher
- All Implemented Interfaces:
InvocationMatcher
,SelfDescribing
,Verifiable
-
Constructor Summary
ConstructorsConstructorDescriptionInvokedAfterMatcher
(InvokedRecorder priorCallRecorder, String priorCallDescription) -
Method Summary
Modifier and TypeMethodDescriptiondescribeTo
(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
-
Constructor Details
-
InvokedAfterMatcher
-
-
Method Details
-
matches
-
invoked
- Specified by:
invoked
in interfaceInvocationMatcher
- Overrides:
invoked
in classStatelessInvocationMatcher
-
describeTo
Description copied from interface:SelfDescribing
Appends the description of this object to the buffer.- Parameters:
buffer
- The buffer that the description is appended to.- Returns:
- The buffer passed to the invokedMethod.
-