|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.powermock.tests.utils.impl.AbstractTestClassExtractor
org.powermock.tests.utils.impl.StaticConstructorSuppressExtractorImpl
public class StaticConstructorSuppressExtractorImpl
Implementation of the TestClassesExtractor interface for classes that
should have their static initializers suppressed.
| Constructor Summary | |
|---|---|
StaticConstructorSuppressExtractorImpl()
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
getClassesToModify(java.lang.reflect.AnnotatedElement element)
Get the fully qualified names for classes that must should be modified for this element. |
| Methods inherited from class org.powermock.tests.utils.impl.AbstractTestClassExtractor |
|---|
getTestClasses, isPrepared |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StaticConstructorSuppressExtractorImpl()
| Method Detail |
|---|
public java.lang.String[] getClassesToModify(java.lang.reflect.AnnotatedElement element)
element.
getClassesToModify in class AbstractTestClassExtractorelement - The element that may contain info regarding which classes that
must be modified by PowerMock.
element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||