class org.junit.jupiter.engine.extension.RepeatedTestInvocationContext implements org.junit.jupiter.api.extension.TestTemplateInvocationContext
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.junit.jupiter.engine.extension.RepeatedTestInvocationContext
  super_class: java.lang.Object
{
  private final int currentRepetition;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int totalRepetitions;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.junit.jupiter.engine.extension.RepeatedTestDisplayNameFormatter formatter;
    descriptor: Lorg/junit/jupiter/engine/extension/RepeatedTestDisplayNameFormatter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, int, org.junit.jupiter.engine.extension.RepeatedTestDisplayNameFormatter);
    descriptor: (IILorg/junit/jupiter/engine/extension/RepeatedTestDisplayNameFormatter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.junit.jupiter.engine.extension.RepeatedTestInvocationContext this
        start local 1 // int currentRepetition
        start local 2 // int totalRepetitions
        start local 3 // org.junit.jupiter.engine.extension.RepeatedTestDisplayNameFormatter formatter
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            iload 1 /* currentRepetition */
            putfield org.junit.jupiter.engine.extension.RepeatedTestInvocationContext.currentRepetition:I
         2: .line 35
            aload 0 /* this */
            iload 2 /* totalRepetitions */
            putfield org.junit.jupiter.engine.extension.RepeatedTestInvocationContext.totalRepetitions:I
         3: .line 36
            aload 0 /* this */
            aload 3 /* formatter */
            putfield org.junit.jupiter.engine.extension.RepeatedTestInvocationContext.formatter:Lorg/junit/jupiter/engine/extension/RepeatedTestDisplayNameFormatter;
         4: .line 37
            return
        end local 3 // org.junit.jupiter.engine.extension.RepeatedTestDisplayNameFormatter formatter
        end local 2 // int totalRepetitions
        end local 1 // int currentRepetition
        end local 0 // org.junit.jupiter.engine.extension.RepeatedTestInvocationContext this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lorg/junit/jupiter/engine/extension/RepeatedTestInvocationContext;
            0    5     1  currentRepetition  I
            0    5     2   totalRepetitions  I
            0    5     3          formatter  Lorg/junit/jupiter/engine/extension/RepeatedTestDisplayNameFormatter;
    MethodParameters:
                   Name  Flags
      currentRepetition  
      totalRepetitions   
      formatter          

  public java.lang.String getDisplayName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.junit.jupiter.engine.extension.RepeatedTestInvocationContext this
        start local 1 // int invocationIndex
         0: .line 41
            aload 0 /* this */
            getfield org.junit.jupiter.engine.extension.RepeatedTestInvocationContext.formatter:Lorg/junit/jupiter/engine/extension/RepeatedTestDisplayNameFormatter;
            aload 0 /* this */
            getfield org.junit.jupiter.engine.extension.RepeatedTestInvocationContext.currentRepetition:I
            aload 0 /* this */
            getfield org.junit.jupiter.engine.extension.RepeatedTestInvocationContext.totalRepetitions:I
            invokevirtual org.junit.jupiter.engine.extension.RepeatedTestDisplayNameFormatter.format:(II)Ljava/lang/String;
            areturn
        end local 1 // int invocationIndex
        end local 0 // org.junit.jupiter.engine.extension.RepeatedTestInvocationContext this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/junit/jupiter/engine/extension/RepeatedTestInvocationContext;
            0    1     1  invocationIndex  I
    MethodParameters:
                 Name  Flags
      invocationIndex  

  public java.util.List<org.junit.jupiter.api.extension.Extension> getAdditionalExtensions();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.junit.jupiter.engine.extension.RepeatedTestInvocationContext this
         0: .line 46
            new org.junit.jupiter.engine.extension.RepetitionInfoParameterResolver
            dup
            aload 0 /* this */
            getfield org.junit.jupiter.engine.extension.RepeatedTestInvocationContext.currentRepetition:I
            aload 0 /* this */
            getfield org.junit.jupiter.engine.extension.RepeatedTestInvocationContext.totalRepetitions:I
            invokespecial org.junit.jupiter.engine.extension.RepetitionInfoParameterResolver.<init>:(II)V
            invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
            areturn
        end local 0 // org.junit.jupiter.engine.extension.RepeatedTestInvocationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/jupiter/engine/extension/RepeatedTestInvocationContext;
    Signature: ()Ljava/util/List<Lorg/junit/jupiter/api/extension/Extension;>;
}
SourceFile: "RepeatedTestInvocationContext.java"