Class MockFeatures<T>
java.lang.Object
org.mockito.internal.creation.bytebuddy.MockFeatures<T>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Answer
(package private) final SerializableMode
(package private) final boolean
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
MockFeatures
(Class<T> mockedType, Set<Class<?>> interfaces, SerializableMode serializableMode, boolean stripAnnotations, Answer defaultAnswer) -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> MockFeatures<T>
withMockFeatures
(Class<T> mockedType, Set<Class<?>> interfaces, SerializableMode serializableMode, boolean stripAnnotations, Answer defaultAnswer)
-
Field Details
-
mockedType
-
interfaces
-
serializableMode
-
stripAnnotations
final boolean stripAnnotations -
defaultAnswer
-
-
Constructor Details
-
MockFeatures
-
-
Method Details
-
withMockFeatures
public static <T> MockFeatures<T> withMockFeatures(Class<T> mockedType, Set<Class<?>> interfaces, SerializableMode serializableMode, boolean stripAnnotations, Answer defaultAnswer)
-