Interface AnnotatedFingerprint

All Superinterfaces:
Fingerprint

public interface AnnotatedFingerprint extends Fingerprint
Identifies a test by a class or its methods having a specific annotation.
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the annotation that identifies it as a test.
    boolean
    Whether a test is a module or a class
  • Method Details

    • isModule

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

      String annotationName()
      The name of the annotation that identifies it as a test.