Class TestClassTransformerBuilder
java.lang.Object
org.powermock.core.transformers.TestClassTransformerBuilder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbytecodeFrameworkClue(Method method) static TestClassTransformerBuilderforTestClass(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)
-