org.scalatools.testing
Interface SubclassFingerprint

All Superinterfaces:
Fingerprint
All Known Subinterfaces:
TestFingerprint

public interface SubclassFingerprint
extends Fingerprint

Identifies a test as a class that has a specific type as an ancestor.


Method Summary
 boolean isModule()
          Whether a test is a module or a class
 java.lang.String superClassName()
          The name of the type that designates a test.
 

Method Detail

isModule

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


superClassName

java.lang.String superClassName()
The name of the type that designates a test.