Package | Description |
---|---|
org.powermock.core.transformers | |
org.powermock.core.transformers.javassist.testclass |
Modifier and Type | Method and Description |
---|---|
abstract <T> MethodSignatureWriter<T> |
MethodSignatures.methodSignatureWriter() |
Constructor and Description |
---|
TestClassTransformer(Class<?> testClass,
Class<? extends Annotation> testMethodAnnotationType,
MethodSignatureWriter<M> methodSignatureWriter) |
Constructor and Description |
---|
ForMethodsJavaAssistTestClassTransformer(Class<?> testClass,
Class<? extends Annotation> testMethodAnnotation,
MethodSignatureWriter<javassist.CtMethod> methodSignatureWriter,
Collection<Method> testMethodsThatRunOnOtherClassLoaders) |
FromAllMethodsExceptJavaAssistTestClassTransformer(Class<?> testClass,
Class<? extends Annotation> testMethodAnnotation,
MethodSignatureWriter<javassist.CtMethod> signatureWriter,
Method methodToExclude) |
Copyright © 2019. All rights reserved.