Class MockFeatures<T>


  • class MockFeatures<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private MockFeatures​(java.lang.Class<T> mockedType, java.util.Set<java.lang.Class<?>> interfaces, SerializableMode serializableMode, boolean stripAnnotations)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> MockFeatures<T> withMockFeatures​(java.lang.Class<T> mockedType, java.util.Set<java.lang.Class<?>> interfaces, SerializableMode serializableMode, boolean stripAnnotations)  
      • Methods inherited from class java.lang.Object

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

      • mockedType

        final java.lang.Class<T> mockedType
      • interfaces

        final java.util.Set<java.lang.Class<?>> interfaces
      • stripAnnotations

        final boolean stripAnnotations
    • Constructor Detail

      • MockFeatures

        private MockFeatures​(java.lang.Class<T> mockedType,
                             java.util.Set<java.lang.Class<?>> interfaces,
                             SerializableMode serializableMode,
                             boolean stripAnnotations)
    • Method Detail

      • withMockFeatures

        public static <T> MockFeatures<T> withMockFeatures​(java.lang.Class<T> mockedType,
                                                           java.util.Set<java.lang.Class<?>> interfaces,
                                                           SerializableMode serializableMode,
                                                           boolean stripAnnotations)