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 DoNotMockEnforcerWithTypeMockitoCore. 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 classDefaultDoNotMockEnforcer -
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 DoNotMockEnforcerWithTypePluginRegistry. doNotMockEnforcerMethods in org.mockito.internal.configuration.plugins that return DoNotMockEnforcerWithType Modifier and Type Method Description (package private) DoNotMockEnforcerWithTypePluginRegistry. getDoNotMockEnforcer()Returns the DoNotMock enforce for the current runtime.static DoNotMockEnforcerWithTypePlugins. getDoNotMockEnforcer()Returns theDoNotMockenforcer available for the current runtime. -
Uses of DoNotMockEnforcerWithType in org.mockito.plugins
Subinterfaces of DoNotMockEnforcerWithType in org.mockito.plugins Modifier and Type Interface Description interfaceDoNotMockEnforcerEnforcer that is applied to every type in the type hierarchy of the class-to-be-mocked.
-