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
 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
 

Method Detail

isModule

boolean isModule()
Whether a test is a module or a class


annotationName

java.lang.String annotationName()
The name of the annotation that identifies it as a test.