Uses of Class
org.mockito.internal.creation.bytebuddy.MockFeatures
-
Packages that use MockFeatures Package Description org.mockito.internal.creation.bytebuddy ByteBuddy related stuff. -
-
Uses of MockFeatures in org.mockito.internal.creation.bytebuddy
Methods in org.mockito.internal.creation.bytebuddy that return MockFeatures Modifier and Type Method Description static <T> MockFeatures<T>
MockFeatures. withMockFeatures(java.lang.Class<T> mockedType, java.util.Set<java.lang.Class<?>> interfaces, SerializableMode serializableMode, boolean stripAnnotations, Answer defaultAnswer)
Methods in org.mockito.internal.creation.bytebuddy with parameters of type MockFeatures Modifier and Type Method Description private <T> void
InlineBytecodeGenerator. checkSupportedCombination(boolean subclassingRequired, MockFeatures<T> features)
<T> java.lang.Class<? extends T>
BytecodeGenerator. mockClass(MockFeatures<T> features)
<T> java.lang.Class<? extends T>
InlineBytecodeGenerator. mockClass(MockFeatures<T> features)
<T> java.lang.Class<? extends T>
SubclassBytecodeGenerator. mockClass(MockFeatures<T> features)
<T> java.lang.Class<T>
TypeCachingBytecodeGenerator. mockClass(MockFeatures<T> params)
private static boolean
SubclassBytecodeGenerator. needsSamePackageClassLoader(MockFeatures<?> features)
-