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.
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.
Mock settings related classes.
Mockito plugins allow customization of behavior.
Stubbing 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.Allows verification in order.Represents a mock of any object construction of the represented type.The context for a construction mock.Functional interface that consumes a newly created mock and the mock context.Represents an active mock of a type's static methods.Functional interface for a verification operation on a static mock.Provides mocking information.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.The context for a construction mock.Functional interface that consumes a newly created mock and the mock context.Represents an active mock of a type's static methods.Functional interface for a verification operation on a static mock.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 context for a construction mock.Functional interface that consumes a newly created mock and the mock context.
-
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 drives writing 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 drives writing 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 drives writing 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.utilClassDescriptionThe context for a construction mock.Functional interface that consumes a newly created mock and the mock context.Provides 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.Indicates to the user that she should not provide custom implementations of given type.
-
Classes in org.mockito used by org.mockito.mockClassDescriptionIndicates to the user that she should not provide custom implementations of given type.
-
Classes in org.mockito used by org.mockito.pluginsClassDescriptionThe context for a construction mock.Functional interface that consumes a newly created mock and the mock context.Indicates to the user that she should not provide custom implementations of given type.
-
Classes in org.mockito used by org.mockito.sessionClassDescription
MockitoSession
is an optional, highly recommended feature that drives writing 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.Indicates to the user that she should not provide custom implementations of given type.