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