Package org.powermock.core.transformers
Class TestClassTransformerBuilder
java.lang.Object
org.powermock.core.transformers.TestClassTransformerBuilder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbytecodeFrameworkClue
(Method method) static TestClassTransformerBuilder
forTestClass
(Class<?> testClass) removesTestMethodAnnotation
(Class<? extends Annotation> testMethodAnnotation)
-
Field Details
-
testClass
-
-
Constructor Details
-
TestClassTransformerBuilder
-
-
Method Details
-
forTestClass
-
removesTestMethodAnnotation
public TestClassTransformerBuilder.RemovesTestMethodAnnotation removesTestMethodAnnotation(Class<? extends Annotation> testMethodAnnotation) -
bytecodeFrameworkClue
public TestClassTransformerBuilder.TestClassTransformerBuilderWithClue bytecodeFrameworkClue(Method method)
-