Package org.scalatools.testing
Interface SubclassFingerprint
- All Superinterfaces:
Fingerprint
- All Known Subinterfaces:
TestFingerprint
Identifies a test as a class that has a specific type as an ancestor.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isModule()
Whether a test is a module or a classThe name of the type that designates a test.
-
Method Details
-
isModule
boolean isModule()Whether a test is a module or a class -
superClassName
String superClassName()The name of the type that designates a test.
-