Interface TestClassesExtractor
- All Known Implementing Classes:
AbstractTestClassExtractor, PrepareForTestExtractorImpl, StaticConstructorSuppressExtractorImpl
public interface TestClassesExtractor
-
Method Summary
Modifier and TypeMethodDescriptionString[]getTestClasses(AnnotatedElement element) booleanisPrepared(AnnotatedElement element, String fullyQualifiedClassName)
-
Method Details
-
getTestClasses
- Returns:
- Returns
nullif 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
-