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 for usage.
Exception messages, exception hierarchies.
Internal classes, not to be used by clients.
Mock object creation.
CGLIB related stuff
Stubbing logic.
Static utils
Mockito plugins allow customization of behavior.
-
Classes in org.mockito.mock used by org.mockito
-
Classes in org.mockito.mock used by org.mockito.exceptions
-
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.Mock serializable style.
-
Classes in org.mockito.mock used by org.mockito.internal.creation.cglib
-
Classes in org.mockito.mock used by org.mockito.internal.creation.instance
-
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.Mock serializable style.
-
Classes in org.mockito.mock used by org.mockito.internal.handler
-
Classes in org.mockito.mock used by org.mockito.internal.stubbing
-
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.Mock serializable style.
-
Classes in org.mockito.mock used by org.mockito.mockClassDescriptionRepresents the name of the mock as shown in the verification failure reports, etc.Mock serializable style.
-
Classes in org.mockito.mock used by org.mockito.plugins