public interface AnnotatedFingerprint extends Fingerprint
Modifier and Type | Method and Description |
---|---|
java.lang.String |
annotationName()
The fully qualified name of the annotation that identifies classes or modules as test
classes or modules to be discovered.
|
boolean |
isModule()
Indicates whether modules with the annotation should
be considered during discovery, or just classes.
|
boolean isModule()
If a test framework allows both classes and modules, they should return two different
fingerprints from Framework.fingerprints
, one that returns false
for
isModule
and another that returns true
.
java.lang.String annotationName()