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 DoNotMockEnforcerMockitoCore.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 DoNotMockEnforcerPluginRegistry.doNotMockEnforcerMethods in org.mockito.internal.configuration.plugins that return DoNotMockEnforcerModifier and TypeMethodDescription(package private) DoNotMockEnforcerPluginRegistry.getDoNotMockEnforcer()Returns the DoNotMock enforce for the current runtime.static DoNotMockEnforcerPlugins.getDoNotMockEnforcer()Returns theDoNotMockenforcer available for the current runtime.