Uses of Package
org.mockito
-
Packages that use org.mockito Package Description org.mockito Mockito is a mock library for java - seeMockito
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 utilsorg.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. -
Classes in org.mockito used by org.mockito Class Description Answers Enumeration of pre-configured mock answersArgumentCaptor Use it to capture argument values for further assertions.ArgumentMatcher Allows creating customized argument matchers.ArgumentMatchers Allow flexible verification or stubbing.BDDMockito.BDDMyOngoingStubbing See originalOngoingStubbing
BDDMockito.BDDStubber See originalStubber
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.MockedConstruction Represents a mock of any object construction of the represented type.MockedConstruction.Context MockedConstruction.MockInitializer MockedStatic Represents an active mock of a type's static methods.MockedStatic.Verification MockingDetails Provides mocking information.Mockito MockitoDebugger Deprecated.- please useMockingDetails.printInvocations()
instead.MockitoFramework Mockito framework settings and lifecycle listeners, for advanced users or for integrating with other frameworks.MockSettings Allows mock creation with additional mock settings.NotExtensible Indicates to the user that she should not provide custom implementations of given type.ScopedMock Represents a mock with a thread-local explicit scope. -
Classes in org.mockito used by org.mockito.internal Class Description InOrder Allows verification in order.MockedConstruction Represents a mock of any object construction of the represented type.MockedConstruction.Context MockedConstruction.MockInitializer MockedStatic Represents an active mock of a type's static methods.MockedStatic.Verification MockingDetails Provides mocking information.MockSettings Allows mock creation with additional mock settings.ScopedMock Represents a mock with a thread-local explicit scope. -
Classes in org.mockito used by org.mockito.internal.configuration Class Description Captor Allows shorthandArgumentCaptor
creation on fields.Mock Mark a field as a mock. -
Classes in org.mockito used by org.mockito.internal.creation Class Description MockSettings Allows mock creation with additional mock settings. -
Classes in org.mockito used by org.mockito.internal.creation.bytebuddy Class Description Incubating The annotation conveys following information: The API is fairly new and we would appreciate your feedback.MockedConstruction.Context MockedConstruction.MockInitializer -
Classes in org.mockito used by org.mockito.internal.debugging Class Description MockitoDebugger Deprecated.- please useMockingDetails.printInvocations()
instead. -
Classes in org.mockito used by org.mockito.internal.framework Class 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. -
Classes in org.mockito used by org.mockito.internal.hamcrest Class Description ArgumentMatcher Allows creating customized argument matchers. -
Classes in org.mockito used by org.mockito.internal.invocation Class Description ArgumentMatcher Allows creating customized argument matchers. -
Classes in org.mockito used by org.mockito.internal.junit Class Description MockitoSession 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 Class Description MockingDetails Provides mocking information. -
Classes in org.mockito used by org.mockito.internal.matchers Class Description ArgumentMatcher Allows creating customized argument matchers. -
Classes in org.mockito used by org.mockito.internal.matchers.apachecommons Class Description ArgumentMatcher Allows creating customized argument matchers. -
Classes in org.mockito used by org.mockito.internal.matchers.text Class Description ArgumentMatcher Allows creating customized argument matchers. -
Classes in org.mockito used by org.mockito.internal.progress Class Description ArgumentMatcher Allows creating customized argument matchers. -
Classes in org.mockito used by org.mockito.internal.reporting Class Description ArgumentMatcher Allows creating customized argument matchers. -
Classes in org.mockito used by org.mockito.internal.session Class Description MockitoSession 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 Class Description MockSettings Allows mock creation with additional mock settings. -
Classes in org.mockito used by org.mockito.internal.util Class Description MockedConstruction.Context MockedConstruction.MockInitializer MockingDetails Provides mocking information. -
Classes in org.mockito used by org.mockito.internal.verification.argumentmatching Class Description ArgumentMatcher Allows creating customized argument matchers. -
Classes in org.mockito used by org.mockito.invocation Class 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. -
Classes in org.mockito used by org.mockito.junit Class Description Incubating The annotation conveys following information: The API is fairly new and we would appreciate your feedback. -
Classes in org.mockito used by org.mockito.listeners Class Description Incubating The annotation conveys following information: The API is fairly new and we would appreciate your feedback. -
Classes in org.mockito used by org.mockito.mock Class 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. -
Classes in org.mockito used by org.mockito.plugins Class Description Incubating The annotation conveys following information: The API is fairly new and we would appreciate your feedback.MockedConstruction.Context MockedConstruction.MockInitializer -
Classes in org.mockito used by org.mockito.quality Class Description Incubating The annotation conveys following information: The API is fairly new and we would appreciate your feedback. -
Classes in org.mockito used by org.mockito.session Class 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.NotExtensible Indicates to the user that she should not provide custom implementations of given type. -
Classes in org.mockito used by org.mockito.stubbing Class 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. -
Classes in org.mockito used by org.mockito.verification Class Description Incubating The annotation conveys following information: The API is fairly new and we would appreciate your feedback.