InvocationMatcher
, SelfDescribing
, Verifiable
AnyArgumentsMatcher
, ArgumentsMatcher
, InvokedAfterMatcher
, MethodNameMatcher
, NoArgumentsMatcher
public 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.
|
matches
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
describeTo
public void invoked(Invocation invocation)
invoked
in interface InvocationMatcher
public void verify()
Verifiable
verify
in interface Verifiable
public boolean hasDescription()
hasDescription
in interface InvocationMatcher