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 for usage.
Exception messages, exception hierarchies.
Internal classes, not to be used by clients.
CGLIB related stuff
Whatever helps in debugging failed tests
Invocation and related 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 ReturnValues
Static utils
Verification logic.
This package should be open to public once verification API is fully finished
verification checkers
Public API related to invocation
Public classes relative to the call listener.
Mockito plugins allow customization of behavior.
External stubbing related classes
-
Classes in org.mockito.invocation used by org.mockitoClassDescriptionA method call on a mock object.An invocation on a mock
-
Classes in org.mockito.invocation used by org.mockito.exceptionsClassDescriptionProvides information about the invocation, specifically a human readable description and the location.A method call on a mock object.An invocation on a mockDescribes the location of something in the source code.
-
Classes in org.mockito.invocation used by org.mockito.internalClassDescriptionA method call on a mock object.Mockito handler of an invocation on a mock.
-
Classes in org.mockito.invocation used by org.mockito.internal.creation.cglib
-
Classes in org.mockito.invocation used by org.mockito.internal.debuggingClassDescriptionA 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.
-
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.An invocation on a mockDescribes 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.internal.invocation.finder
-
Classes in org.mockito.invocation used by org.mockito.internal.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.internal.matchers
-
Classes in org.mockito.invocation used by org.mockito.internal.progress
-
Classes in org.mockito.invocation used by org.mockito.internal.reporting
-
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.An invocation on a mock
-
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.defaultanswers
-
Classes in org.mockito.invocation used by org.mockito.internal.util
-
Classes in org.mockito.invocation used by org.mockito.internal.verification
-
Classes in org.mockito.invocation used by org.mockito.internal.verification.api
-
Classes in org.mockito.invocation used by org.mockito.internal.verification.checkers
-
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.An invocation on a mockDescribes 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.
-
Classes in org.mockito.invocation used by org.mockito.plugins
-
Classes in org.mockito.invocation used by org.mockito.stubbing