Uses of Package
org.mockito
Packages that use org.mockito
Package
Description
Mockito is a mock library for java - see
Mockito
class for usage.Internal classes, not to be used by clients.
Mockito configuration.
Mock object creation.
ByteBuddy related stuff.
Whatever helps in debugging failed tests.
Invocation machinery and related classes.
JUnit integration support classes.
Argument matchers for verification and stubbing.
Argument matchers that use Apache Commons Lang reflection-equality.
Mocking progress stateful classes.
Deals with nicely printing verification errors.
Implementations of default Answers.
Static utils
Deals with matching arguments.
Public API related to mock method invocations.
Mockito JUnit integration ; rule and runners.
Public classes relative to the listener APIs.
Mock settings related classes.
Mockito plugins allow customization of behavior.
Mocking quality related classes.
Stubbing related classes.
Verification related classes.
-
Classes in org.mockito used by org.mockitoClassDescriptionEnumeration of pre-configured mock answersUse it to capture argument values for further assertions.Allows creating customized argument matchers.Allow flexible verification or stubbing.See original
OngoingStubbing
See originalStubber
Provides fluent way of mock verification.This annotation is not supposed to be used by Mockito end-users.The annotation conveys following information: The API is fairly new and we would appreciate your feedback.Allows verification in order.Represents a mock of any object construction of the represented type.Represents an active mock of a type's static methods.Provides mocking information.Deprecated.Mockito framework settings and lifecycle listeners, for advanced users or for integrating with other frameworks.Allows mock creation with additional mock settings.Indicates to the user that she should not provide custom implementations of given type.Represents a mock with a thread-local explicit scope. -
Classes in org.mockito used by org.mockito.internalClassDescriptionAllows verification in order.Represents a mock of any object construction of the represented type.Represents an active mock of a type's static methods.Provides mocking information.Allows mock creation with additional mock settings.Represents a mock with a thread-local explicit scope.
-
Classes in org.mockito used by org.mockito.internal.configuration
-
Classes in org.mockito used by org.mockito.internal.creation
-
Classes in org.mockito used by org.mockito.internal.creation.bytebuddyClassDescriptionThe annotation conveys following information: The API is fairly new and we would appreciate your feedback.
-
Classes in org.mockito used by org.mockito.internal.debugging
-
Classes in org.mockito used by org.mockito.internal.frameworkClassDescriptionMockito framework settings and lifecycle listeners, for advanced users or for integrating with other frameworks.
MockitoSession
is an optional, highly recommended feature that helps driving cleaner tests by eliminating boilerplate code and adding extra validation. -
Classes in org.mockito used by org.mockito.internal.hamcrest
-
Classes in org.mockito used by org.mockito.internal.invocation
-
Classes in org.mockito used by org.mockito.internal.junitClassDescription
MockitoSession
is an optional, highly recommended feature that helps driving cleaner tests by eliminating boilerplate code and adding extra validation. -
Classes in org.mockito used by org.mockito.internal.listeners
-
Classes in org.mockito used by org.mockito.internal.matchers
-
Classes in org.mockito used by org.mockito.internal.matchers.apachecommons
-
Classes in org.mockito used by org.mockito.internal.matchers.text
-
Classes in org.mockito used by org.mockito.internal.progress
-
Classes in org.mockito used by org.mockito.internal.reporting
-
Classes in org.mockito used by org.mockito.internal.sessionClassDescription
MockitoSession
is an optional, highly recommended feature that helps driving cleaner tests by eliminating boilerplate code and adding extra validation. -
Classes in org.mockito used by org.mockito.internal.stubbing.defaultanswers
-
Classes in org.mockito used by org.mockito.internal.utilClassDescriptionProvides mocking information.
-
Classes in org.mockito used by org.mockito.internal.verification.argumentmatching
-
Classes in org.mockito used by org.mockito.invocationClassDescriptionAllows creating customized argument matchers.The annotation conveys following information: The API is fairly new and we would appreciate your feedback.Indicates to the user that she should not provide custom implementations of given type.
-
Classes in org.mockito used by org.mockito.junitClassDescriptionThe annotation conveys following information: The API is fairly new and we would appreciate your feedback.
-
Classes in org.mockito used by org.mockito.listenersClassDescriptionThe annotation conveys following information: The API is fairly new and we would appreciate your feedback.
-
Classes in org.mockito used by org.mockito.mockClassDescriptionThe annotation conveys following information: The API is fairly new and we would appreciate your feedback.Indicates to the user that she should not provide custom implementations of given type.
-
Classes in org.mockito used by org.mockito.pluginsClassDescriptionThe annotation conveys following information: The API is fairly new and we would appreciate your feedback.
-
Classes in org.mockito used by org.mockito.qualityClassDescriptionThe annotation conveys following information: The API is fairly new and we would appreciate your feedback.
-
Classes in org.mockito used by org.mockito.sessionClassDescriptionThe annotation conveys following information: The API is fairly new and we would appreciate your feedback.
MockitoSession
is an optional, highly recommended feature that helps driving cleaner tests by eliminating boilerplate code and adding extra validation.Indicates to the user that she should not provide custom implementations of given type. -
Classes in org.mockito used by org.mockito.stubbingClassDescriptionThis annotation is not supposed to be used by Mockito end-users.The annotation conveys following information: The API is fairly new and we would appreciate your feedback.Indicates to the user that she should not provide custom implementations of given type.
-
Classes in org.mockito used by org.mockito.verificationClassDescriptionThe annotation conveys following information: The API is fairly new and we would appreciate your feedback.
MockingDetails.printInvocations()
instead.