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
Fields in org.mockito.internal.debugging with type parameters of type InvocationMatcherModifier and TypeFieldDescriptionprivate final List
<InvocationMatcher> WarningsFinder.baseAllInvocations
Methods in org.mockito.internal.debugging with parameters of type InvocationMatcherModifier and TypeMethodDescriptionvoid
FindingsListener.foundStubCalledWithDifferentArgs
(Invocation unused, InvocationMatcher unstubbed) void
LoggingListener.foundStubCalledWithDifferentArgs
(Invocation unused, InvocationMatcher unstubbed) void
FindingsListener.foundUnstubbed
(InvocationMatcher unstubbed) void
LoggingListener.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
Fields in org.mockito.internal.verification declared as InvocationMatcherConstructors in org.mockito.internal.verification with parameters of type InvocationMatcherModifierConstructorDescriptionVerificationDataImpl
(InvocationContainerImpl invocations, InvocationMatcher wanted)