Package org.mockito.plugins
Class DoNotMockEnforcer.Cache
- java.lang.Object
-
- org.mockito.plugins.DoNotMockEnforcer.Cache
-
- Enclosing interface:
- DoNotMockEnforcer
@NotExtensible public static class DoNotMockEnforcer.Cache extends java.lang.Object
Static cache for types that are known to be mockable and thus may be skipped while traversing the class hierarchy.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.Set<java.lang.Class<?>>
MOCKABLE_TYPES
-
Constructor Summary
Constructors Constructor Description Cache()
-