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.configuration |
Mockito configuration.
|
org.mockito.internal.creation |
Mock object creation.
|
org.mockito.internal.creation.bytebuddy |
ByteBuddy related stuff.
|
org.mockito.internal.debugging |
Whatever helps in debugging failed tests.
|
org.mockito.internal.framework | |
org.mockito.internal.hamcrest | |
org.mockito.internal.invocation |
Invocation machinery and related classes.
|
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.matchers.apachecommons |
Argument matchers that use Apache Commons Lang reflection-equality.
|
org.mockito.internal.matchers.text | |
org.mockito.internal.progress |
Mocking progress stateful classes.
|
org.mockito.internal.reporting |
Deals with nicely printing verification errors.
|
org.mockito.internal.session | |
org.mockito.internal.stubbing.defaultanswers |
Implementations of default Answers.
|
org.mockito.internal.util |
Static utils
|
org.mockito.internal.verification.argumentmatching |
Deals with matching arguments.
|
org.mockito.invocation |
Public API related to mock method invocations.
|
org.mockito.junit |
Mockito JUnit integration ; rule and runners.
|
org.mockito.listeners |
Public classes relative to the listener APIs.
|
org.mockito.mock |
Mock settings related classes.
|
org.mockito.plugins |
Mockito plugins allow customization of behavior.
|
org.mockito.quality |
Mocking quality related classes.
|
org.mockito.session | |
org.mockito.stubbing |
Stubbing related classes.
|
org.mockito.verification |
Verification related classes.
|
Class and Description |
---|
Answers
Enumeration of pre-configured mock answers
|
ArgumentCaptor
Use it to capture argument values for further assertions.
|
ArgumentMatcher
Allows creating customized argument matchers.
|
ArgumentMatchers
Allow flexible verification or stubbing.
|
BDDMockito.BDDMyOngoingStubbing
See original
OngoingStubbing |
BDDMockito.BDDStubber
See original
Stubber |
BDDMockito.Then
Provides fluent way of mock verification.
|
CheckReturnValue
This annotation is not supposed to be used by Mockito end-users.
|
Incubating
The annotation conveys following information:
The API is fairly new and we would appreciate your feedback.
|
InOrder
Allows verification in order.
|
MockingDetails
Provides mocking information.
|
Mockito
|
MockitoDebugger
Deprecated.
- please use
MockingDetails.printInvocations() instead.
An instance of MockingDetails can be retrieved via Mockito.mockingDetails(Object) . |
MockitoFramework
Mockito framework settings and lifecycle listeners, for advanced users or for integrating with other frameworks.
|
MockSettings
Allows mock creation with additional mock settings.
|
Class and Description |
---|
InOrder
Allows verification in order.
|
MockingDetails
Provides mocking information.
|
MockSettings
Allows mock creation with additional mock settings.
|
Class and Description |
---|
Captor
Allows shorthand
ArgumentCaptor creation on fields. |
Mock
Mark a field as a mock.
|
Class and Description |
---|
MockSettings
Allows mock creation with additional mock settings.
|
Class and Description |
---|
Incubating
The annotation conveys following information:
The API is fairly new and we would appreciate your feedback.
|
Class and Description |
---|
MockitoDebugger
Deprecated.
- please use
MockingDetails.printInvocations() instead.
An instance of MockingDetails can be retrieved via Mockito.mockingDetails(Object) . |
Class and Description |
---|
MockitoFramework
Mockito framework settings and lifecycle listeners, for advanced users or for integrating with other frameworks.
|
MockitoSession
MockitoSession is an optional, highly recommended feature
that helps driving cleaner tests by eliminating boilerplate code and adding extra validation. |
Class and Description |
---|
ArgumentMatcher
Allows creating customized argument matchers.
|
Class and Description |
---|
ArgumentMatcher
Allows creating customized argument matchers.
|
Class and Description |
---|
MockitoSession
MockitoSession is an optional, highly recommended feature
that helps driving cleaner tests by eliminating boilerplate code and adding extra validation. |
Class and Description |
---|
MockingDetails
Provides mocking information.
|
Class and Description |
---|
ArgumentMatcher
Allows creating customized argument matchers.
|
Class and Description |
---|
ArgumentMatcher
Allows creating customized argument matchers.
|
Class and Description |
---|
ArgumentMatcher
Allows creating customized argument matchers.
|
Class and Description |
---|
ArgumentMatcher
Allows creating customized argument matchers.
|
Class and Description |
---|
ArgumentMatcher
Allows creating customized argument matchers.
|
Class and Description |
---|
MockitoSession
MockitoSession is an optional, highly recommended feature
that helps driving cleaner tests by eliminating boilerplate code and adding extra validation. |
Class and Description |
---|
MockSettings
Allows mock creation with additional mock settings.
|
Class and Description |
---|
MockingDetails
Provides mocking information.
|
Class and Description |
---|
ArgumentMatcher
Allows creating customized argument matchers.
|
Class and Description |
---|
ArgumentMatcher
Allows creating customized argument matchers.
|
Incubating
The annotation conveys following information:
The API is fairly new and we would appreciate your feedback.
|
NotExtensible
Indicates to the user that she should not provide custom implementations of given type.
|
Class and Description |
---|
Incubating
The annotation conveys following information:
The API is fairly new and we would appreciate your feedback.
|
Class and Description |
---|
Incubating
The annotation conveys following information:
The API is fairly new and we would appreciate your feedback.
|
Class and Description |
---|
Incubating
The annotation conveys following information:
The API is fairly new and we would appreciate your feedback.
|
NotExtensible
Indicates to the user that she should not provide custom implementations of given type.
|
Class and Description |
---|
Incubating
The annotation conveys following information:
The API is fairly new and we would appreciate your feedback.
|
Class and Description |
---|
Incubating
The annotation conveys following information:
The API is fairly new and we would appreciate your feedback.
|
Class and Description |
---|
Incubating
The annotation conveys following information:
The API is fairly new and we would appreciate your feedback.
|
MockitoSession
MockitoSession is an optional, highly recommended feature
that helps driving cleaner tests by eliminating boilerplate code and adding extra validation. |
Class and Description |
---|
CheckReturnValue
This annotation is not supposed to be used by Mockito end-users.
|
Incubating
The annotation conveys following information:
The API is fairly new and we would appreciate your feedback.
|
NotExtensible
Indicates to the user that she should not provide custom implementations of given type.
|
Class and Description |
---|
Incubating
The annotation conveys following information:
The API is fairly new and we would appreciate your feedback.
|