Uses of Interface
org.mockito.plugins.DoNotMockEnforcerWithType
Packages that use DoNotMockEnforcerWithType
Package
Description
Internal classes, not to be used by clients.
Mockito configuration.
Mockito plugins configuration machinery.
Mockito plugins allow customization of behavior.
-
Uses of DoNotMockEnforcerWithType in org.mockito.internal
Fields in org.mockito.internal declared as DoNotMockEnforcerWithTypeModifier and TypeFieldDescriptionprivate static final DoNotMockEnforcerWithTypeMockitoCore.DO_NOT_MOCK_ENFORCER -
Uses of DoNotMockEnforcerWithType in org.mockito.internal.configuration
Classes in org.mockito.internal.configuration that implement DoNotMockEnforcerWithType -
Uses of DoNotMockEnforcerWithType in org.mockito.internal.configuration.plugins
Fields in org.mockito.internal.configuration.plugins declared as DoNotMockEnforcerWithTypeModifier and TypeFieldDescriptionprivate final DoNotMockEnforcerWithTypePluginRegistry.doNotMockEnforcerMethods in org.mockito.internal.configuration.plugins that return DoNotMockEnforcerWithTypeModifier and TypeMethodDescription(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.pluginsModifier and TypeInterfaceDescriptioninterfaceEnforcer that is applied to every type in the type hierarchy of the class-to-be-mocked.