Package org.powermock.tests.utils
Interface TestClassesExtractor
-
- All Known Implementing Classes:
AbstractTestClassExtractor
,PrepareForTestExtractorImpl
,StaticConstructorSuppressExtractorImpl
public interface TestClassesExtractor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
getTestClasses(AnnotatedElement element)
boolean
isPrepared(AnnotatedElement element, String fullyQualifiedClassName)
-
-
-
Method Detail
-
getTestClasses
String[] getTestClasses(AnnotatedElement element)
- Returns:
- Returns
null
if the element was not annotated, an empty String[] if it is annotated but contains no classes, or a string-array of all class names if interest.
-
isPrepared
boolean isPrepared(AnnotatedElement element, String fullyQualifiedClassName)
-
-