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