Uses of Package
org.mockito.internal.invocation
-
Packages that use org.mockito.internal.invocation Package Description org.mockito.internal.creation Mock object creation.org.mockito.internal.creation.bytebuddy ByteBuddy related stuff.org.mockito.internal.creation.proxy Mock makers based on theProxy
utility.org.mockito.internal.debugging Whatever helps in debugging failed tests.org.mockito.internal.handler org.mockito.internal.invocation Invocation machinery and related classes.org.mockito.internal.stubbing Stubbing logic.org.mockito.internal.stubbing.answers Answers for stubbed calls.org.mockito.internal.verification Verification logic.org.mockito.internal.verification.api This package should be open to public once verification API is fully finished. -
Classes in org.mockito.internal.invocation used by org.mockito.internal.creation Class Description AbstractAwareMethod MockitoMethod -
Classes in org.mockito.internal.invocation used by org.mockito.internal.creation.bytebuddy Class Description RealMethod Interface that wraps a 'real' method of the mock object.SerializableMethod -
Classes in org.mockito.internal.invocation used by org.mockito.internal.creation.proxy Class Description RealMethod Interface that wraps a 'real' method of the mock object.SerializableMethod -
Classes in org.mockito.internal.invocation used by org.mockito.internal.debugging Class Description InvocationMatcher In addition to all content of the invocation, the invocation matcher contains the argument matchers.UnusedStubsFinder Deprecated. -
Classes in org.mockito.internal.invocation used by org.mockito.internal.handler Class Description MatchersBinder -
Classes in org.mockito.internal.invocation used by org.mockito.internal.invocation Class Description AbstractAwareMethod ArgumentMatcherAction InterceptedInvocation InvocationMatcher In addition to all content of the invocation, the invocation matcher contains the argument matchers.MatcherApplicationStrategy MatcherApplicationStrategy.MatcherApplicationType MockitoMethod RealMethod Interface that wraps a 'real' method of the mock object.RealMethod.FromBehavior RealMethod.IsIllegal -
Classes in org.mockito.internal.invocation used by org.mockito.internal.stubbing Class Description InvocationComparator Compares invocations based on the sequence numberInvocationMatcher In addition to all content of the invocation, the invocation matcher contains the argument matchers. -
Classes in org.mockito.internal.invocation used by org.mockito.internal.stubbing.answers Class Description AbstractAwareMethod -
Classes in org.mockito.internal.invocation used by org.mockito.internal.verification Class Description InvocationMatcher In addition to all content of the invocation, the invocation matcher contains the argument matchers. -
Classes in org.mockito.internal.invocation used by org.mockito.internal.verification.api Class Description InvocationMatcher In addition to all content of the invocation, the invocation matcher contains the argument matchers.