Class ExpectationsTransformer
java.lang.Object
mockit.internal.expectations.transformation.ExpectationsTransformer
- All Implemented Interfaces:
ClassFileTransformer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]transform(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ClassFileTransformer
transform
-
Constructor Details
-
ExpectationsTransformer
public ExpectationsTransformer()
-
-
Method Details
-
transform
@Nullable public byte[] transform(@Nullable ClassLoader loader, @NonNull String className, @Nullable Class<?> classBeingRedefined, @Nullable ProtectionDomain protectionDomain, @NonNull byte[] classfileBuffer) - Specified by:
transformin interfaceClassFileTransformer
-