Uses of Interface
org.mockito.plugins.DoNotMockEnforcer
-
Packages that use DoNotMockEnforcer Package Description org.mockito.internal Internal classes, not to be used by clients.org.mockito.internal.configuration Mockito configuration.org.mockito.internal.configuration.plugins Mockito plugins configuration machinery. -
-
Uses of DoNotMockEnforcer in org.mockito.internal
Fields in org.mockito.internal declared as DoNotMockEnforcer Modifier and Type Field Description private static DoNotMockEnforcer
MockitoCore. DO_NOT_MOCK_ENFORCER
-
Uses of DoNotMockEnforcer in org.mockito.internal.configuration
Classes in org.mockito.internal.configuration that implement DoNotMockEnforcer Modifier and Type Class Description class
DefaultDoNotMockEnforcer
-
Uses of DoNotMockEnforcer in org.mockito.internal.configuration.plugins
Fields in org.mockito.internal.configuration.plugins declared as DoNotMockEnforcer Modifier and Type Field Description private DoNotMockEnforcer
PluginRegistry. doNotMockEnforcer
Methods in org.mockito.internal.configuration.plugins that return DoNotMockEnforcer Modifier and Type Method Description (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.
-