Package | Description |
---|---|
org.mockito |
Mockito is a mock library for java - see
Mockito class for usage. |
org.mockito.internal.creation |
Mock object creation.
|
org.mockito.internal.creation.settings | |
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.junit |
JUnit integration support classes.
|
org.mockito.internal.listeners | |
org.mockito.internal.progress |
Mocking progress stateful classes.
|
org.mockito.internal.verification |
Verification logic.
|
org.mockito.listeners |
Public classes relative to the listener APIs.
|
org.mockito.mock |
Mock settings related classes.
|
Class and Description |
---|
InvocationListener
This listener can be notified of method invocations on a mock.
|
MockitoListener
Marker interface for all types of Mockito listeners.
|
VerificationStartedListener
This listener gets notified when the user starts verification.
|
Class and Description |
---|
InvocationListener
This listener can be notified of method invocations on a mock.
|
VerificationStartedListener
This listener gets notified when the user starts verification.
|
Class and Description |
---|
InvocationListener
This listener can be notified of method invocations on a mock.
|
VerificationStartedListener
This listener gets notified when the user starts verification.
|
Class and Description |
---|
InvocationListener
This listener can be notified of method invocations on a mock.
|
MethodInvocationReport
Represent a method call on a mock.
|
Class and Description |
---|
InvocationListener
This listener can be notified of method invocations on a mock.
|
Class and Description |
---|
MockitoListener
Marker interface for all types of Mockito listeners.
|
Class and Description |
---|
InvocationListener
This listener can be notified of method invocations on a mock.
|
MethodInvocationReport
Represent a method call on a mock.
|
Class and Description |
---|
MockCreationListener
Notified when mock object is created.
|
MockitoListener
Marker interface for all types of Mockito listeners.
|
Class and Description |
---|
VerificationStartedEvent
The instance of this class is passed to
VerificationStartedListener . |
VerificationStartedListener
This listener gets notified when the user starts verification.
|
Class and Description |
---|
MockitoListener
Marker interface for all types of Mockito listeners.
|
VerificationListener
This listener can be notified of verify invocations on a mock.
|
Class and Description |
---|
VerificationListener
This listener can be notified of verify invocations on a mock.
|
Class and Description |
---|
MethodInvocationReport
Represent a method call on a mock.
|
MockitoListener
Marker interface for all types of Mockito listeners.
|
VerificationStartedEvent
The instance of this class is passed to
VerificationStartedListener . |
Class and Description |
---|
InvocationListener
This listener can be notified of method invocations on a mock.
|
VerificationStartedListener
This listener gets notified when the user starts verification.
|