| Package | Description |
|---|---|
| org.mockito |
Mockito is a mock library for java - see
Mockito 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.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.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 utils
|
| org.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.
|
| Class and Description |
|---|
| Invocation
A method call on a mock object.
|
| InvocationFactory
Available via
MockitoFramework.getInvocationFactory(). |
| InvocationOnMock
An invocation on a mock.
|
| MockHandler
Mockito handler of an invocation on a mock.
|
| Class and Description |
|---|
| Invocation
A method call on a mock object.
|
| MockHandler
Mockito handler of an invocation on a mock.
|
| Class and Description |
|---|
| MockHandler
Mockito handler of an invocation on a mock.
|
| Class and Description |
|---|
| Invocation
A method call on a mock object.
|
| Location
Describes the location of something in the source code.
|
| Class and 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.
|
| Class and Description |
|---|
| InvocationFactory
Available via
MockitoFramework.getInvocationFactory(). |
| Class and 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.
|
| Class and 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 via
MockitoFramework.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 wraps Invocation instance
and holds argument matchers associated with that invocation. |
| StubInfo
The information about stubbing, for example the location of stubbing.
|
| Class and Description |
|---|
| Invocation
A method call on a mock object.
|
| Class and Description |
|---|
| Invocation
A method call on a mock object.
|
| Class and Description |
|---|
| Invocation
A method call on a mock object.
|
| Class and Description |
|---|
| Location
Describes the location of something in the source code.
|
| Class and Description |
|---|
| Invocation
A method call on a mock object.
|
MatchableInvocation
MatchableInvocation wraps Invocation instance
and holds argument matchers associated with that invocation. |
| Class and 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 wraps Invocation instance
and holds argument matchers associated with that invocation. |
| Class and Description |
|---|
| InvocationOnMock
An invocation on a mock.
|
| Class and Description |
|---|
| InvocationOnMock
An invocation on a mock.
|
| Class and Description |
|---|
| Invocation
A method call on a mock object.
|
| MockHandler
Mockito handler of an invocation on a mock.
|
| Class and Description |
|---|
| Invocation
A method call on a mock object.
|
MatchableInvocation
MatchableInvocation wraps Invocation instance
and holds argument matchers associated with that invocation. |
| Class and Description |
|---|
| Invocation
A method call on a mock object.
|
MatchableInvocation
MatchableInvocation wraps Invocation instance
and holds argument matchers associated with that invocation. |
| Class and Description |
|---|
| Invocation
A method call on a mock object.
|
MatchableInvocation
MatchableInvocation wraps Invocation instance
and holds argument matchers associated with that invocation. |
| Class and 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.
|
| Class and Description |
|---|
| DescribedInvocation
Provides information about the invocation, specifically a human readable description and the location.
|
| Class and Description |
|---|
| MockHandler
Mockito handler of an invocation on a mock.
|
| Class and Description |
|---|
| Invocation
A method call on a mock object.
|
| InvocationOnMock
An invocation on a mock.
|
Copyright © 2024. All rights reserved.