Uses of Interface
org.mockito.plugins.DoNotMockEnforcer
Packages that use DoNotMockEnforcer
Package
Description
Internal classes, not to be used by clients.
Mockito configuration.
Mockito plugins configuration machinery.
-
Uses of DoNotMockEnforcer in org.mockito.internal
Fields in org.mockito.internal declared as DoNotMockEnforcerModifier and TypeFieldDescriptionprivate static final DoNotMockEnforcer
MockitoCore.DO_NOT_MOCK_ENFORCER
-
Uses of DoNotMockEnforcer in org.mockito.internal.configuration
Classes in org.mockito.internal.configuration that implement DoNotMockEnforcer -
Uses of DoNotMockEnforcer in org.mockito.internal.configuration.plugins
Fields in org.mockito.internal.configuration.plugins declared as DoNotMockEnforcerModifier and TypeFieldDescriptionprivate final DoNotMockEnforcer
PluginRegistry.doNotMockEnforcer
Methods in org.mockito.internal.configuration.plugins that return DoNotMockEnforcerModifier and TypeMethodDescription(package private) DoNotMockEnforcer
PluginRegistry.getDoNotMockEnforcer()
Returns the DoNotMock enforce for the current runtime.static DoNotMockEnforcer
Plugins.getDoNotMockEnforcer()
Returns theDoNotMock
enforcer available for the current runtime.