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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.instrument.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:
transform
in interfaceClassFileTransformer
-