Uses of Interface
org.mockito.plugins.DoNotMockEnforcerWithType
Packages that use DoNotMockEnforcerWithType
Package
Description
Mockito configuration.
Mockito plugins configuration machinery.
Mockito plugins allow customization of behavior.
-
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
Methods in org.mockito.internal.configuration.plugins that return DoNotMockEnforcerWithTypeModifier and TypeMethodDescriptionstatic 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.