Uses of Package
org.mockito.internal.invocation
Packages that use org.mockito.internal.invocation
Package
Description
Mock object creation.
ByteBuddy related stuff.
Mock makers based on the
Proxy
utility.Whatever helps in debugging failed tests.
Invocation machinery and related classes.
Stubbing logic.
Answers for stubbed calls.
Verification logic.
-
Classes in org.mockito.internal.invocation used by org.mockito.internal.creation
-
Classes in org.mockito.internal.invocation used by org.mockito.internal.creation.bytebuddyClassDescriptionInterface that wraps a 'real' method of the mock object.
-
Classes in org.mockito.internal.invocation used by org.mockito.internal.creation.proxyClassDescriptionInterface that wraps a 'real' method of the mock object.
-
Classes in org.mockito.internal.invocation used by org.mockito.internal.debuggingClassDescriptionIn 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.handler
-
Classes in org.mockito.internal.invocation used by org.mockito.internal.invocationClassDescriptionIn addition to all content of the invocation, the invocation matcher contains the argument matchers.Interface that wraps a 'real' method of the mock object.
-
Classes in org.mockito.internal.invocation used by org.mockito.internal.stubbingClassDescriptionCompares invocations based on the sequence numberIn 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
-
Classes in org.mockito.internal.invocation used by org.mockito.internal.verificationClassDescriptionIn addition to all content of the invocation, the invocation matcher contains the argument matchers.