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

    Modifier and Type
    Method
    Description
    boolean
    Whether a test is a module or a class
    The 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.