| Package | Description |
|---|---|
| org.mockito |
Mockito is a mock library for java - see
Mockito class for usage. |
| 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 |
|---|
| 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.
|
| Invocation
A method call on a mock object.
|
| 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.
|