Uses of Interface
org.mockito.plugins.DoNotMockEnforcerWithType
Packages that use DoNotMockEnforcerWithType
Package
Description
Internal classes, not to be used by clients.
Mockito configuration.
Mockito plugins configuration machinery.
Mockito plugins allow customization of behavior.
-
Uses of DoNotMockEnforcerWithType in org.mockito.internal
Fields in org.mockito.internal declared as DoNotMockEnforcerWithTypeModifier and TypeFieldDescriptionprivate static final DoNotMockEnforcerWithType
MockitoCore.DO_NOT_MOCK_ENFORCER
-
Uses of DoNotMockEnforcerWithType in org.mockito.internal.configuration
Classes in org.mockito.internal.configuration that implement DoNotMockEnforcerWithType -
Uses of DoNotMockEnforcerWithType in org.mockito.internal.configuration.plugins
Fields in org.mockito.internal.configuration.plugins declared as DoNotMockEnforcerWithTypeModifier and TypeFieldDescriptionprivate final DoNotMockEnforcerWithType
PluginRegistry.doNotMockEnforcer
Methods in org.mockito.internal.configuration.plugins that return DoNotMockEnforcerWithTypeModifier and TypeMethodDescription(package private) DoNotMockEnforcerWithType
PluginRegistry.getDoNotMockEnforcer()
Returns the DoNotMock enforce for the current runtime.static DoNotMockEnforcerWithType
Plugins.getDoNotMockEnforcer()
Returns theDoNotMock
enforcer available for the current runtime. -
Uses of DoNotMockEnforcerWithType in org.mockito.plugins
Subinterfaces of DoNotMockEnforcerWithType in org.mockito.pluginsModifier and TypeInterfaceDescriptioninterface
Enforcer that is applied to every type in the type hierarchy of the class-to-be-mocked.