public interface org.junit.jupiter.api.RepeatedTest extends java.lang.annotation.Annotation
  minor version: 0
  major version: 59
  flags: flags: (0x2601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: org.junit.jupiter.api.RepeatedTest
  super_class: java.lang.Object
{
  public static final java.lang.String DISPLAY_NAME_PLACEHOLDER;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "{displayName}"

  public static final java.lang.String CURRENT_REPETITION_PLACEHOLDER;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "{currentRepetition}"

  public static final java.lang.String TOTAL_REPETITIONS_PLACEHOLDER;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "{totalRepetitions}"

  public static final java.lang.String SHORT_DISPLAY_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "repetition {currentRepetition} of {totalRepetitions}"

  public static final java.lang.String LONG_DISPLAY_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "{displayName} :: repetition {currentRepetition} of {totalRepetitions}"

  public abstract int value();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: "repetition {currentRepetition} of {totalRepetitions}"
}
SourceFile: "RepeatedTest.java"
InnerClasses:
  public final Status = org.apiguardian.api.API$Status of org.apiguardian.api.API
    RuntimeVisibleAnnotations: 
      java.lang.annotation.Target(value = {java.lang.annotation.ElementType.ANNOTATION_TYPE:Ljava/lang/annotation/ElementType;, java.lang.annotation.ElementType.METHOD:Ljava/lang/annotation/ElementType;})
      java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;)
      java.lang.annotation.Documented()
      org.apiguardian.api.API(status = org.apiguardian.api.API$Status.STABLE:Lorg/apiguardian/api/API$Status;, since = "5.0")
      org.junit.jupiter.api.TestTemplate()