Uses of Package
org.mockito
Packages that use org.mockito
Package
Description
Mockito is a mock library for java - see Mockito class for for usage.
Mockito configuration utilities
Internal classes, not to be used by clients.
Mockito configuration
Mock object creation.
Whatever helps in debugging failed tests
Argument matchers for verification and stubbing.
Argument matchers that use Apache Commons Lang reflection-equality.
Answers for stubbed calls
Static utils
Mockito plugins allow customization of behavior.
-
Classes in org.mockito used by org.mockitoClassDescriptionEnumeration of pre-configured mock answersUse it to capture argument values for further assertions.See original
OngoingStubbing
See originalStubber
Provides fluent way of mock verification.The annotation conveys following information: The API is fairly new and we would appreciate your feedback.Allows verification in order.Allow flexible verification or stubbing.Provides mocking information.Allows mock creation with additional mock settings.Deprecated. -
Classes in org.mockito used by org.mockito.configuration
-
Classes in org.mockito used by org.mockito.internalClassDescriptionAllows verification in order.Provides mocking information.Allows mock creation with additional mock settings.
-
Classes in org.mockito used by org.mockito.internal.configurationClassDescriptionAllows shorthand
ArgumentCaptor
creation on fields.Mark a field as a mock.Deprecated.Deprecated.Instead, please useAnswer
interface -
Classes in org.mockito used by org.mockito.internal.creation
-
Classes in org.mockito used by org.mockito.internal.debugging
-
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.stubbing.answers
-
Classes in org.mockito used by org.mockito.internal.util
-
Classes in org.mockito used by org.mockito.mockClassDescriptionThe annotation conveys following information: The API is fairly new and we would appreciate your feedback.
-
Classes in org.mockito used by org.mockito.pluginsClassDescriptionThe annotation conveys following information: The API is fairly new and we would appreciate your feedback.
Answer
interface