|
|||||||||
| 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.PrepareForTestExtractorImpl
public class PrepareForTestExtractorImpl
Implementation of the TestClassesExtractor interface that extract
classes from the PrepareForTest or PrepareOnlyThisForTest
annotations. It also adds the test case to the array of classes that should
be modified.
| Constructor Summary | |
|---|---|
PrepareForTestExtractorImpl()
|
|
| Method Summary | |
|---|---|
protected 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 PrepareForTestExtractorImpl()
| Method Detail |
|---|
protected 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 | ||||||||