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, verifyHasBeenInvokedExactlypublic void verify()
Verifiableverify in interface Verifiableverify in class InvokedRecorderpublic boolean hasDescription()
hasDescription in interface InvocationMatcherhasDescription in class InvokedRecorderpublic java.lang.StringBuffer describeTo(java.lang.StringBuffer buffer)
SelfDescribingdescribeTo in interface SelfDescribingdescribeTo in class InvokedRecorderbuffer - The buffer that the description is appended to.