public interface TestClassesExtractor
Modifier and Type | Method and Description |
---|---|
String[] |
getTestClasses(AnnotatedElement element) |
boolean |
isPrepared(AnnotatedElement element,
String fullyQualifiedClassName) |
String[] getTestClasses(AnnotatedElement element)
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.boolean isPrepared(AnnotatedElement element, String fullyQualifiedClassName)
Copyright © 2019. All rights reserved.