org.jmock.core.matcher
public class InvokeAtLeastOnceMatcher extends InvokedRecorder
Constructor and Description |
---|
InvokeAtLeastOnceMatcher() |
Modifier and Type | Method and Description |
---|---|
java.lang.StringBuffer |
describeTo(java.lang.StringBuffer buffer)
Appends the description of this object to the buffer.
|
boolean |
hasDescription() |
void |
verify()
Throw an AssertionFailedException if any expectations have not been met.
|
getInvocationCount, hasBeenInvoked, invoked, matches, verifyHasBeenInvoked, verifyHasBeenInvokedExactly
public void verify()
Verifiable
verify
in interface Verifiable
verify
in class InvokedRecorder
public boolean hasDescription()
hasDescription
in interface InvocationMatcher
hasDescription
in class InvokedRecorder
public java.lang.StringBuffer describeTo(java.lang.StringBuffer buffer)
SelfDescribing
describeTo
in interface SelfDescribing
describeTo
in class InvokedRecorder
buffer
- The buffer that the description is appended to.