Uses of Package
org.mockito.invocation
-
Packages that use org.mockito.invocation Package Description org.mockito Mockito is a mock library for java - seeMockito
class for usage.org.mockito.internal Internal classes, not to be used by clients.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.exceptions org.mockito.internal.framework org.mockito.internal.handler org.mockito.internal.invocation Invocation machinery and related classes.org.mockito.internal.invocation.finder org.mockito.internal.junit JUnit integration support classes.org.mockito.internal.listeners org.mockito.internal.matchers Argument matchers for verification and stubbing.org.mockito.internal.progress Mocking progress stateful classes.org.mockito.internal.reporting Deals with nicely printing verification errors.org.mockito.internal.stubbing Stubbing logic.org.mockito.internal.stubbing.answers Answers for stubbed calls.org.mockito.internal.stubbing.defaultanswers Implementations of default Answers.org.mockito.internal.util Static utilsorg.mockito.internal.verification Verification logic.org.mockito.internal.verification.api This package should be open to public once verification API is fully finished.org.mockito.internal.verification.checkers Verification checkers.org.mockito.invocation Public API related to mock method invocations.org.mockito.listeners Public classes relative to the listener APIs.org.mockito.plugins Mockito plugins allow customization of behavior.org.mockito.stubbing Stubbing related classes. -
Classes in org.mockito.invocation used by org.mockito Class Description Invocation A method call on a mock object.InvocationFactory Available viaMockitoFramework.getInvocationFactory()
.InvocationOnMock An invocation on a mock.MockHandler Mockito handler of an invocation on a mock. -
Classes in org.mockito.invocation used by org.mockito.internal Class Description Invocation A method call on a mock object.Location Describes the location of something in the source code.MockHandler Mockito handler of an invocation on a mock. -
Classes in org.mockito.invocation used by org.mockito.internal.creation.bytebuddy Class Description Location Describes the location of something in the source code.MockHandler Mockito handler of an invocation on a mock. -
Classes in org.mockito.invocation used by org.mockito.internal.creation.proxy Class Description MockHandler Mockito handler of an invocation on a mock. -
Classes in org.mockito.invocation used by org.mockito.internal.debugging Class Description DescribedInvocation Provides information about the invocation, specifically a human readable description and the location.Invocation A method call on a mock object.Location Describes the location of something in the source code. -
Classes in org.mockito.invocation used by org.mockito.internal.exceptions Class Description DescribedInvocation Provides information about the invocation, specifically a human readable description and the location.Invocation A method call on a mock object.InvocationOnMock An invocation on a mock.Location Describes the location of something in the source code. -
Classes in org.mockito.invocation used by org.mockito.internal.framework Class Description InvocationFactory Available viaMockitoFramework.getInvocationFactory()
. -
Classes in org.mockito.invocation used by org.mockito.internal.handler Class Description DescribedInvocation Provides information about the invocation, specifically a human readable description and the location.Invocation A method call on a mock object.InvocationContainer Although this class is a part of public API, please don't provide your own implementations.MockHandler Mockito handler of an invocation on a mock. -
Classes in org.mockito.invocation used by org.mockito.internal.invocation Class Description DescribedInvocation Provides information about the invocation, specifically a human readable description and the location.Invocation A method call on a mock object.InvocationFactory Available viaMockitoFramework.getInvocationFactory()
.InvocationFactory.RealMethodBehavior Behavior of the real method.InvocationOnMock An invocation on a mock.Location Describes the location of something in the source code.MatchableInvocation MatchableInvocation
wrapsInvocation
instance and holds argument matchers associated with that invocation.StubInfo The information about stubbing, for example the location of stubbing. -
Classes in org.mockito.invocation used by org.mockito.internal.invocation.finder Class Description Invocation A method call on a mock object. -
Classes in org.mockito.invocation used by org.mockito.internal.junit Class Description Invocation A method call on a mock object. -
Classes in org.mockito.invocation used by org.mockito.internal.listeners Class Description Invocation A method call on a mock object. -
Classes in org.mockito.invocation used by org.mockito.internal.matchers Class Description Location Describes the location of something in the source code. -
Classes in org.mockito.invocation used by org.mockito.internal.progress Class Description Location Describes the location of something in the source code. -
Classes in org.mockito.invocation used by org.mockito.internal.reporting Class Description Invocation A method call on a mock object.MatchableInvocation MatchableInvocation
wrapsInvocation
instance and holds argument matchers associated with that invocation. -
Classes in org.mockito.invocation used by org.mockito.internal.stubbing Class Description DescribedInvocation Provides information about the invocation, specifically a human readable description and the location.Invocation A method call on a mock object.InvocationContainer Although this class is a part of public API, please don't provide your own implementations.InvocationOnMock An invocation on a mock.MatchableInvocation MatchableInvocation
wrapsInvocation
instance and holds argument matchers associated with that invocation. -
Classes in org.mockito.invocation used by org.mockito.internal.stubbing.answers Class Description Invocation A method call on a mock object.InvocationOnMock An invocation on a mock. -
Classes in org.mockito.invocation used by org.mockito.internal.stubbing.defaultanswers Class Description InvocationOnMock An invocation on a mock.Location Describes the location of something in the source code. -
Classes in org.mockito.invocation used by org.mockito.internal.util Class Description Invocation A method call on a mock object.InvocationOnMock An invocation on a mock.MockHandler Mockito handler of an invocation on a mock. -
Classes in org.mockito.invocation used by org.mockito.internal.verification Class Description Invocation A method call on a mock object.MatchableInvocation MatchableInvocation
wrapsInvocation
instance and holds argument matchers associated with that invocation. -
Classes in org.mockito.invocation used by org.mockito.internal.verification.api Class Description Invocation A method call on a mock object.MatchableInvocation MatchableInvocation
wrapsInvocation
instance and holds argument matchers associated with that invocation. -
Classes in org.mockito.invocation used by org.mockito.internal.verification.checkers Class Description Invocation A method call on a mock object.MatchableInvocation MatchableInvocation
wrapsInvocation
instance and holds argument matchers associated with that invocation. -
Classes in org.mockito.invocation used by org.mockito.invocation Class Description DescribedInvocation Provides information about the invocation, specifically a human readable description and the location.Invocation A method call on a mock object.InvocationContainer Although this class is a part of public API, please don't provide your own implementations.InvocationFactory.RealMethodBehavior Behavior of the real method.InvocationOnMock An invocation on a mock.Location Describes the location of something in the source code.StubInfo The information about stubbing, for example the location of stubbing. -
Classes in org.mockito.invocation used by org.mockito.listeners Class Description DescribedInvocation Provides information about the invocation, specifically a human readable description and the location.Invocation A method call on a mock object. -
Classes in org.mockito.invocation used by org.mockito.plugins Class Description MockHandler Mockito handler of an invocation on a mock. -
Classes in org.mockito.invocation used by org.mockito.stubbing Class Description Invocation A method call on a mock object.InvocationOnMock An invocation on a mock.