org.jmock.core.matcher
Class InvokeCountMatcher
java.lang.Object
org.jmock.core.matcher.InvokedRecorder
org.jmock.core.matcher.InvokeCountMatcher
- All Implemented Interfaces:
- InvocationMatcher, SelfDescribing, Verifiable
public class InvokeCountMatcher
- extends InvokedRecorder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvokeCountMatcher
public InvokeCountMatcher(int expectedCount)
matches
public boolean matches(Invocation invocation)
- Specified by:
matches
in interface InvocationMatcher
- Overrides:
matches
in class InvokedRecorder
verify
public void verify()
- Description copied from interface:
Verifiable
- Throw an AssertionFailedException if any expectations have not been met.
- Specified by:
verify
in interface Verifiable
- Overrides:
verify
in class InvokedRecorder
hasDescription
public boolean hasDescription()
- Specified by:
hasDescription
in interface InvocationMatcher
- Overrides:
hasDescription
in class InvokedRecorder
describeTo
public StringBuffer describeTo(StringBuffer buffer)
- Description copied from interface:
SelfDescribing
- Appends the description of this object to the buffer.
- Specified by:
describeTo
in interface SelfDescribing
- Overrides:
describeTo
in class InvokedRecorder
- Parameters:
buffer
- The buffer that the description is appended to.
- Returns:
- The buffer passed to the invokedMethod.