Uses of Class
org.mockito.internal.invocation.InvocationMatcher
-
Packages that use InvocationMatcher Package Description org.mockito.internal.debugging Whatever helps in debugging failed tests.org.mockito.internal.invocation Invocation machinery and related classes.org.mockito.internal.stubbing Stubbing logic.org.mockito.internal.verification Verification logic.org.mockito.internal.verification.api This package should be open to public once verification API is fully finished. -
-
Uses of InvocationMatcher in org.mockito.internal.debugging
Fields in org.mockito.internal.debugging with type parameters of type InvocationMatcher Modifier and Type Field Description private java.util.List<InvocationMatcher>
WarningsFinder. baseAllInvocations
Methods in org.mockito.internal.debugging with parameters of type InvocationMatcher Modifier and Type Method Description void
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 InvocationMatcher Modifier and Type Method Description InvocationMatcher
MatchersBinder. bindMatchers(ArgumentMatcherStorage argumentMatcherStorage, Invocation invocation)
Methods in org.mockito.internal.invocation that return types with arguments of type InvocationMatcher Modifier and Type Method Description static java.util.List<InvocationMatcher>
InvocationMatcher. createFrom(java.util.List<Invocation> invocations)
-
Uses of InvocationMatcher in org.mockito.internal.stubbing
Subclasses of InvocationMatcher in org.mockito.internal.stubbing Modifier and Type Class Description class
StubbedInvocationMatcher
-
Uses of InvocationMatcher in org.mockito.internal.verification
Fields in org.mockito.internal.verification declared as InvocationMatcher Modifier and Type Field Description private InvocationMatcher
VerificationDataImpl. wanted
Methods in org.mockito.internal.verification that return InvocationMatcher Modifier and Type Method Description InvocationMatcher
VerificationDataImpl. getWanted()
Constructors in org.mockito.internal.verification with parameters of type InvocationMatcher Constructor Description VerificationDataImpl(InvocationContainerImpl invocations, InvocationMatcher wanted)
-
Uses of InvocationMatcher in org.mockito.internal.verification.api
Methods in org.mockito.internal.verification.api that return InvocationMatcher Modifier and Type Method Description InvocationMatcher
VerificationData. getWanted()
Deprecated.- This internal method leaks internal classInvocationMatcher
.
-