Class 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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MOCKABLE_TYPES

        private static final java.util.Set<java.lang.Class<?>> MOCKABLE_TYPES
    • Constructor Detail

      • Cache

        public Cache()