Package org.powermock.tests.utils
Interface TestClassesExtractor
- All Known Implementing Classes:
AbstractTestClassExtractor
,PrepareForTestExtractorImpl
,StaticConstructorSuppressExtractorImpl
public interface TestClassesExtractor
-
Method Summary
Modifier and TypeMethodDescriptionString[]
getTestClasses
(AnnotatedElement element) boolean
isPrepared
(AnnotatedElement element, String fullyQualifiedClassName)
-
Method Details
-
getTestClasses
- 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
-