Uses of Package
org.mockito.mock
Packages that use org.mockito.mock
Package
Description
Mockito is a mock library for java - see
Mockito
class for usage.Internal classes, not to be used by clients.
Mock object creation.
ByteBuddy related stuff.
Mock makers based on the
Proxy
utility.Invocation machinery and related classes.
JUnit integration support classes.
Mocking progress stateful classes.
Stubbing logic.
Implementations of default Answers.
Static utils
Public API related to mock method invocations.
Public classes relative to the listener APIs.
Mock settings related classes.
Mockito plugins allow customization of behavior.
-
Classes in org.mockito.mock used by org.mockitoClassDescriptionInforms about the mock settings.Mock serializable style.
-
Classes in org.mockito.mock used by org.mockito.internal
-
Classes in org.mockito.mock used by org.mockito.internal.creationClassDescriptionInforms about the mock settings.Represents the name of the mock as shown in the verification failure reports, etc.The type of mock being createdMock serializable style.
-
Classes in org.mockito.mock used by org.mockito.internal.creation.bytebuddyClassDescriptionInforms about the mock settings.Mock serializable style.
-
Classes in org.mockito.mock used by org.mockito.internal.creation.instance
-
Classes in org.mockito.mock used by org.mockito.internal.creation.proxy
-
Classes in org.mockito.mock used by org.mockito.internal.creation.settingsClassDescriptionInforms about the mock settings.Represents the name of the mock as shown in the verification failure reports, etc.The type of mock being createdMock serializable style.
-
Classes in org.mockito.mock used by org.mockito.internal.exceptions
-
Classes in org.mockito.mock used by org.mockito.internal.handler
-
Classes in org.mockito.mock used by org.mockito.internal.invocation
-
Classes in org.mockito.mock used by org.mockito.internal.junit
-
Classes in org.mockito.mock used by org.mockito.internal.listeners
-
Classes in org.mockito.mock used by org.mockito.internal.progress
-
Classes in org.mockito.mock used by org.mockito.internal.stubbing
-
Classes in org.mockito.mock used by org.mockito.internal.stubbing.defaultanswers
-
Classes in org.mockito.mock used by org.mockito.internal.utilClassDescriptionInforms about the mock settings.Represents the name of the mock as shown in the verification failure reports, etc.The type of mock being createdMock serializable style.
-
Classes in org.mockito.mock used by org.mockito.invocation
-
Classes in org.mockito.mock used by org.mockito.listeners
-
Classes in org.mockito.mock used by org.mockito.mockClassDescriptionRepresents the name of the mock as shown in the verification failure reports, etc.The type of mock being createdMock serializable style.
-
Classes in org.mockito.mock used by org.mockito.plugins