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. baseAllInvocationsMethods in org.mockito.internal.debugging with parameters of type InvocationMatcher Modifier and Type Method Description voidFindingsListener. 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 InvocationMatcher Modifier and Type Method Description InvocationMatcherMatchersBinder. 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 classStubbedInvocationMatcher -
Uses of InvocationMatcher in org.mockito.internal.verification
Fields in org.mockito.internal.verification declared as InvocationMatcher Modifier and Type Field Description private InvocationMatcherVerificationDataImpl. wantedMethods in org.mockito.internal.verification that return InvocationMatcher Modifier and Type Method Description InvocationMatcherVerificationDataImpl. 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 InvocationMatcherVerificationData. getWanted()Deprecated.- This internal method leaks internal classInvocationMatcher.
-