SelfDescribing, VerifiableAnyArgumentsMatcher, ArgumentsMatcher, InvokeAtLeastOnceMatcher, InvokeAtMostOnceMatcher, InvokeCountMatcher, InvokedAfterMatcher, InvokedRecorder, InvokeOnceMatcher, MethodNameMatcher, NoArgumentsMatcher, StatelessInvocationMatcher, TestFailureMatcherpublic interface InvocationMatcher extends Verifiable, SelfDescribing
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasDescription() |
|
void |
invoked(Invocation invocation) |
|
boolean |
matches(Invocation invocation) |
describeToverifyboolean matches(Invocation invocation)
void invoked(Invocation invocation)
boolean hasDescription()