Uses of Class
org.mockito.internal.invocation.InvocationMatcher
Packages that use InvocationMatcher
Package
Description
Whatever helps in debugging failed tests.
Invocation machinery and related classes.
Stubbing logic.
Verification logic.
-
Uses of InvocationMatcher in org.mockito.internal.debugging
Methods in org.mockito.internal.debugging with parameters of type InvocationMatcherModifier and TypeMethodDescriptionvoidFindingsListener.foundStubCalledWithDifferentArgs(Invocation unused, InvocationMatcher unstubbed) voidLoggingListener.foundStubCalledWithDifferentArgs(Invocation unused, InvocationMatcher unstubbed) voidFindingsListener.foundUnstubbed(InvocationMatcher unstubbed) voidLoggingListener.foundUnstubbed(InvocationMatcher unstubbed) -
Uses of InvocationMatcher in org.mockito.internal.invocation
Methods in org.mockito.internal.invocation that return InvocationMatcherModifier and TypeMethodDescriptionMatchersBinder.bindMatchers(ArgumentMatcherStorage argumentMatcherStorage, Invocation invocation) Methods in org.mockito.internal.invocation that return types with arguments of type InvocationMatcherModifier and TypeMethodDescriptionstatic List<InvocationMatcher> InvocationMatcher.createFrom(List<Invocation> invocations) -
Uses of InvocationMatcher in org.mockito.internal.stubbing
Subclasses of InvocationMatcher in org.mockito.internal.stubbing -
Uses of InvocationMatcher in org.mockito.internal.verification
Constructors in org.mockito.internal.verification with parameters of type InvocationMatcherModifierConstructorDescriptionVerificationDataImpl(InvocationContainerImpl invocations, InvocationMatcher wanted)