Package org.scalatools.testing
Interface AnnotatedFingerprint
-
- All Superinterfaces:
Fingerprint
public interface AnnotatedFingerprint extends Fingerprint
Identifies a test by a class or its methods having a specific annotation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
annotationName()
The name of the annotation that identifies it as a test.boolean
isModule()
Whether a test is a module or a class
-