Uses of Package
org.mockito.invocation
Packages that use org.mockito.invocation
Package
Description
Mockito is a mock library for java - see
Mockito
class for usage.Internal classes, not to be used by clients.
ByteBuddy related stuff.
Mock makers based on the
Proxy
utility.Whatever helps in debugging failed tests.
Invocation machinery and related classes.
JUnit integration support classes.
Argument matchers for verification and stubbing.
Mocking progress stateful classes.
Deals with nicely printing verification errors.
Stubbing logic.
Answers for stubbed calls.
Implementations of default Answers.
Static utils
Verification logic.
This package should be open to public once verification API is fully finished.
Verification checkers.
Public API related to mock method invocations.
Public classes relative to the listener APIs.
Mockito plugins allow customization of behavior.
Stubbing related classes.
-
Classes in org.mockito.invocation used by org.mockitoClassDescriptionA method call on a mock object.Available via
MockitoFramework.getInvocationFactory()
.An invocation on a mock.Mockito handler of an invocation on a mock. -
Classes in org.mockito.invocation used by org.mockito.internalClassDescriptionA method call on a mock object.Describes the location of something in the source code.Mockito handler of an invocation on a mock.
-
Classes in org.mockito.invocation used by org.mockito.internal.creation.bytebuddyClassDescriptionDescribes the location of something in the source code.Mockito handler of an invocation on a mock.
-
Classes in org.mockito.invocation used by org.mockito.internal.creation.proxy
-
Classes in org.mockito.invocation used by org.mockito.internal.debuggingClassDescriptionProvides information about the invocation, specifically a human readable description and the location.A method call on a mock object.Describes the location of something in the source code.
-
Classes in org.mockito.invocation used by org.mockito.internal.exceptionsClassDescriptionProvides information about the invocation, specifically a human readable description and the location.A method call on a mock object.An invocation on a mock.Describes the location of something in the source code.
-
Classes in org.mockito.invocation used by org.mockito.internal.framework
-
Classes in org.mockito.invocation used by org.mockito.internal.handlerClassDescriptionProvides information about the invocation, specifically a human readable description and the location.A method call on a mock object.Although this class is a part of public API, please don't provide your own implementations.Mockito handler of an invocation on a mock.
-
Classes in org.mockito.invocation used by org.mockito.internal.invocationClassDescriptionProvides information about the invocation, specifically a human readable description and the location.A method call on a mock object.Available via
MockitoFramework.getInvocationFactory()
.Behavior of the real method.An invocation on a mock.Describes the location of something in the source code.MatchableInvocation
wrapsInvocation
instance and holds argument matchers associated with that invocation.The information about stubbing, for example the location of stubbing. -
Classes in org.mockito.invocation used by org.mockito.internal.invocation.finder
-
Classes in org.mockito.invocation used by org.mockito.internal.junit
-
Classes in org.mockito.invocation used by org.mockito.internal.listeners
-
Classes in org.mockito.invocation used by org.mockito.internal.matchers
-
Classes in org.mockito.invocation used by org.mockito.internal.progress
-
Classes in org.mockito.invocation used by org.mockito.internal.reportingClassDescriptionA method call on a mock object.
MatchableInvocation
wrapsInvocation
instance and holds argument matchers associated with that invocation. -
Classes in org.mockito.invocation used by org.mockito.internal.stubbingClassDescriptionProvides information about the invocation, specifically a human readable description and the location.A method call on a mock object.Although this class is a part of public API, please don't provide your own implementations.An invocation on a mock.
MatchableInvocation
wrapsInvocation
instance and holds argument matchers associated with that invocation. -
Classes in org.mockito.invocation used by org.mockito.internal.stubbing.answersClassDescriptionA method call on a mock object.An invocation on a mock.
-
Classes in org.mockito.invocation used by org.mockito.internal.stubbing.defaultanswersClassDescriptionAn invocation on a mock.Describes the location of something in the source code.
-
Classes in org.mockito.invocation used by org.mockito.internal.utilClassDescriptionA method call on a mock object.An invocation on a mock.Mockito handler of an invocation on a mock.
-
Classes in org.mockito.invocation used by org.mockito.internal.verificationClassDescriptionA method call on a mock object.
MatchableInvocation
wrapsInvocation
instance and holds argument matchers associated with that invocation. -
Classes in org.mockito.invocation used by org.mockito.internal.verification.apiClassDescriptionA method call on a mock object.
MatchableInvocation
wrapsInvocation
instance and holds argument matchers associated with that invocation. -
Classes in org.mockito.invocation used by org.mockito.internal.verification.checkersClassDescriptionA method call on a mock object.
MatchableInvocation
wrapsInvocation
instance and holds argument matchers associated with that invocation. -
Classes in org.mockito.invocation used by org.mockito.invocationClassDescriptionProvides information about the invocation, specifically a human readable description and the location.A method call on a mock object.Although this class is a part of public API, please don't provide your own implementations.Behavior of the real method.An invocation on a mock.Describes the location of something in the source code.The information about stubbing, for example the location of stubbing.
-
Classes in org.mockito.invocation used by org.mockito.listenersClassDescriptionProvides information about the invocation, specifically a human readable description and the location.A method call on a mock object.
-
Classes in org.mockito.invocation used by org.mockito.plugins
-
Classes in org.mockito.invocation used by org.mockito.stubbingClassDescriptionA method call on a mock object.An invocation on a mock.