Package org.powermock.core.transformers
Class TestClassTransformerBuilder.RemovesTestMethodAnnotation
java.lang.Object
org.powermock.core.transformers.TestClassTransformerBuilder.RemovesTestMethodAnnotation
- Enclosing class:
TestClassTransformerBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ByteCodeFramework
private final Class
<?> private final Class
<? extends Annotation> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
RemovesTestMethodAnnotation
(Class<?> testClass, Class<? extends Annotation> testMethodAnnotation, ByteCodeFramework byteCodeFramework) -
Method Summary
Modifier and TypeMethodDescriptionfromAllMethodsExcept
(Method singleMethodToRunOnTargetClassLoader) fromMethods
(Collection<Method> testMethodsThatRunOnOtherClassLoaders)
-
Field Details
-
testMethodAnnotation
-
testClass
-
byteCodeFramework
-
-
Constructor Details
-
RemovesTestMethodAnnotation
private RemovesTestMethodAnnotation(Class<?> testClass, Class<? extends Annotation> testMethodAnnotation, ByteCodeFramework byteCodeFramework)
-
-
Method Details
-
fromMethods
-
fromAllMethodsExcept
-