Uses of Interface
org.mockito.plugins.DoNotMockEnforcerWithType
-
Packages that use DoNotMockEnforcerWithType 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.org.mockito.plugins Mockito plugins allow customization of behavior. -
-
Uses of DoNotMockEnforcerWithType in org.mockito.internal
Fields in org.mockito.internal declared as DoNotMockEnforcerWithType Modifier and Type Field Description private static DoNotMockEnforcerWithType
MockitoCore. DO_NOT_MOCK_ENFORCER
-
Uses of DoNotMockEnforcerWithType in org.mockito.internal.configuration
Classes in org.mockito.internal.configuration that implement DoNotMockEnforcerWithType Modifier and Type Class Description class
DefaultDoNotMockEnforcer
-
Uses of DoNotMockEnforcerWithType in org.mockito.internal.configuration.plugins
Fields in org.mockito.internal.configuration.plugins declared as DoNotMockEnforcerWithType Modifier and Type Field Description private DoNotMockEnforcerWithType
PluginRegistry. doNotMockEnforcer
Methods in org.mockito.internal.configuration.plugins that return DoNotMockEnforcerWithType Modifier and Type Method Description (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.plugins Modifier and Type Interface Description interface
DoNotMockEnforcer
Enforcer that is applied to every type in the type hierarchy of the class-to-be-mocked.
-