Package org.scalatools.testing
Interface AnnotatedFingerprint
- All Superinterfaces:
Fingerprint
Identifies a test by a class or its methods having a specific annotation.
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the annotation that identifies it as a test.boolean
isModule()
Whether a test is a module or a class
-
Method Details
-
isModule
boolean isModule()Whether a test is a module or a class -
annotationName
String annotationName()The name of the annotation that identifies it as a test.
-