Uses of Package
org.mockito
-
Packages that use org.mockito Package Description org.mockito Mockito is a mock library for java - see Mockito class for for usage.org.mockito.configuration Mockito configuration utilitiesorg.mockito.internal Internal classes, not to be used by clients.org.mockito.internal.configuration Mockito configurationorg.mockito.internal.creation Mock object creation.org.mockito.internal.debugging Whatever helps in debugging failed testsorg.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.stubbing.answers Answers for stubbed callsorg.mockito.internal.util Static utilsorg.mockito.mock org.mockito.plugins Mockito plugins allow customization of behavior. -
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.BDDMockito.BDDMyOngoingStubbing See originalOngoingStubbing
BDDMockito.BDDStubber See originalStubber
BDDMockito.Then Provides fluent way of mock verification.Incubating The annotation conveys following information: The API is fairly new and we would appreciate your feedback.InOrder Allows verification in order.Matchers Allow flexible verification or stubbing.MockingDetails Provides mocking information.Mockito MockSettings Allows mock creation with additional mock settings.ReturnValues Deprecated.Instead, please useAnswer
interface -
Classes in org.mockito used by org.mockito.configuration Class Description ReturnValues Deprecated.Instead, please useAnswer
interface -
Classes in org.mockito used by org.mockito.internal Class Description InOrder Allows verification in order.MockingDetails Provides mocking information.MockSettings Allows mock creation with additional mock settings. -
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.MockitoAnnotations.Mock Deprecated.ReturnValues Deprecated.Instead, please useAnswer
interface -
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.debugging Class Description MockitoDebugger -
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.stubbing.answers Class Description ReturnValues Deprecated.Instead, please useAnswer
interface -
Classes in org.mockito used by org.mockito.internal.util Class Description MockingDetails Provides mocking information. -
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. -
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.