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