public class StaticConstructorSuppressExtractorImpl extends AbstractTestClassExtractor
TestClassesExtractor interface for classes that
should have their static initializers suppressed.includeMethods| Constructor and Description |
|---|
StaticConstructorSuppressExtractorImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getClassesToModify(java.lang.reflect.AnnotatedElement element)
Get the fully qualified names for classes that must should be modified
for this
element. |
getTestClasses, isPreparedpublic StaticConstructorSuppressExtractorImpl()
public java.lang.String[] getClassesToModify(java.lang.reflect.AnnotatedElement element)
AbstractTestClassExtractorelement.getClassesToModify in class AbstractTestClassExtractorelement - The element that may contain info regarding which classes that
must be modified by PowerMock.element.