Uses of Package
org.mockito.plugins
Packages that use org.mockito.plugins
Package
Description
Mockito is a mock library for java - see
Mockito class for usage.Internal classes, not to be used by clients.
Mockito configuration.
Mockito plugins configuration machinery.
ByteBuddy related stuff.
Mock makers based on the
Proxy utility.Stack trace filtering / cleaning internal APIs.
JUnit integration support classes.
Static utils
Reflection utilities.
Mockito plugins allow customization of behavior.
-
Classes in org.mockito.plugins used by org.mockito
-
Classes in org.mockito.plugins used by org.mockito.internal
-
Classes in org.mockito.plugins used by org.mockito.internal.configurationClassDescriptionConfigures test via annotations.Enforcer that is applied to every type in the type hierarchy of the class-to-be-mocked.Enforcer that checks if a mock can be created given its type and other settings used in its creation.
-
Classes in org.mockito.plugins used by org.mockito.internal.configuration.pluginsClassDescriptionConfigures test via annotations.Enforcer that checks if a mock can be created given its type and other settings used in its creation.Mockito will invoke this interface in order to fetch an instance instantiator provider.A member accessor is responsible for invoking methods, constructors and for setting and reading field values.Mockito logger.Instance of this interface is available via
MockitoFramework.getPlugins().The facility to create mocks.A mock resolver offers an opportunity to resolve a mock from any instance that is provided to theMockito-DSL.An extension point to register customStackTraceCleaner. -
Classes in org.mockito.plugins used by org.mockito.internal.creation.bytebuddyClassDescriptionExtension to
MockMakerfor mock makers that changes inline method implementations and need keep track of created mock objects.The facility to create mocks.Carries the mockability information -
Classes in org.mockito.plugins used by org.mockito.internal.creation.instanceClassDescriptionMockito will invoke this interface in order to fetch an instance instantiator provider.
-
Classes in org.mockito.plugins used by org.mockito.internal.creation.proxyClassDescriptionThe facility to create mocks.Carries the mockability information
-
Classes in org.mockito.plugins used by org.mockito.internal.exceptions.stacktrace
-
Classes in org.mockito.plugins used by org.mockito.internal.frameworkClassDescriptionMockito logger.Instance of this interface is available via
MockitoFramework.getPlugins(). -
Classes in org.mockito.plugins used by org.mockito.internal.junit
-
Classes in org.mockito.plugins used by org.mockito.internal.session
-
Classes in org.mockito.plugins used by org.mockito.internal.utilClassDescriptionMockito logger.The facility to create mocks.Carries the mockability information
-
Classes in org.mockito.plugins used by org.mockito.internal.util.reflectionClassDescriptionA member accessor is responsible for invoking methods, constructors and for setting and reading field values.
-
Classes in org.mockito.plugins used by org.mockito.pluginsClassDescriptionEnforcer that checks if a mock can be created given its type and other settings used in its creation.The facility to create mocks.Carries the mockability information