Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisModule()Whether a test is a module or a classjava.lang.StringsuperClassName()The name of the type that designates a test.
-