InvocationMatcher, SelfDescribing, VerifiableAnyArgumentsMatcher, ArgumentsMatcher, InvokedAfterMatcher, MethodNameMatcher, NoArgumentsMatcherpublic abstract class StatelessInvocationMatcher extends java.lang.Object implements InvocationMatcher
| Constructor | Description |
|---|---|
StatelessInvocationMatcher() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasDescription() |
|
void |
invoked(Invocation invocation) |
|
void |
verify() |
Throw an AssertionFailedException if any expectations have not been met.
|
matchesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescribeTopublic void invoked(Invocation invocation)
invoked in interface InvocationMatcherpublic void verify()
Verifiableverify in interface Verifiablepublic boolean hasDescription()
hasDescription in interface InvocationMatcher