class com.oracle.mxtool.junit.MxJUnitWrapper$RepeatingRunner extends org.junit.runner.Runner
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.mxtool.junit.MxJUnitWrapper$RepeatingRunner
  super_class: org.junit.runner.Runner
{
  private final org.junit.runner.Runner parent;
    descriptor: Lorg/junit/runner/Runner;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int repeat;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>(org.junit.runner.Runner, int);
    descriptor: (Lorg/junit/runner/Runner;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.mxtool.junit.MxJUnitWrapper$RepeatingRunner this
        start local 1 // org.junit.runner.Runner parent
        start local 2 // int repeat
         0: .line 88
            aload 0 /* this */
            invokespecial org.junit.runner.Runner.<init>:()V
         1: .line 89
            aload 0 /* this */
            aload 1 /* parent */
            putfield com.oracle.mxtool.junit.MxJUnitWrapper$RepeatingRunner.parent:Lorg/junit/runner/Runner;
         2: .line 90
            aload 0 /* this */
            iload 2 /* repeat */
            putfield com.oracle.mxtool.junit.MxJUnitWrapper$RepeatingRunner.repeat:I
         3: .line 91
            return
        end local 2 // int repeat
        end local 1 // org.junit.runner.Runner parent
        end local 0 // com.oracle.mxtool.junit.MxJUnitWrapper$RepeatingRunner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/oracle/mxtool/junit/MxJUnitWrapper$RepeatingRunner;
            0    4     1  parent  Lorg/junit/runner/Runner;
            0    4     2  repeat  I
    MethodParameters:
        Name  Flags
      parent  
      repeat  

  public org.junit.runner.Description getDescription();
    descriptor: ()Lorg/junit/runner/Description;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.mxtool.junit.MxJUnitWrapper$RepeatingRunner this
         0: .line 95
            aload 0 /* this */
            getfield com.oracle.mxtool.junit.MxJUnitWrapper$RepeatingRunner.parent:Lorg/junit/runner/Runner;
            invokevirtual org.junit.runner.Runner.getDescription:()Lorg/junit/runner/Description;
            areturn
        end local 0 // com.oracle.mxtool.junit.MxJUnitWrapper$RepeatingRunner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/mxtool/junit/MxJUnitWrapper$RepeatingRunner;

  public void run(org.junit.runner.notification.RunNotifier);
    descriptor: (Lorg/junit/runner/notification/RunNotifier;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.mxtool.junit.MxJUnitWrapper$RepeatingRunner this
        start local 1 // org.junit.runner.notification.RunNotifier notifier
         0: .line 100
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 4
         2: .line 101
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.mxtool.junit.MxJUnitWrapper$RepeatingRunner.parent:Lorg/junit/runner/Runner;
            aload 1 /* notifier */
            invokevirtual org.junit.runner.Runner.run:(Lorg/junit/runner/notification/RunNotifier;)V
         3: .line 100
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 2 /* i */
            aload 0 /* this */
            getfield com.oracle.mxtool.junit.MxJUnitWrapper$RepeatingRunner.repeat:I
            if_icmplt 2
        end local 2 // int i
         5: .line 103
            return
        end local 1 // org.junit.runner.notification.RunNotifier notifier
        end local 0 // com.oracle.mxtool.junit.MxJUnitWrapper$RepeatingRunner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/oracle/mxtool/junit/MxJUnitWrapper$RepeatingRunner;
            0    6     1  notifier  Lorg/junit/runner/notification/RunNotifier;
            1    5     2         i  I
    MethodParameters:
          Name  Flags
      notifier  

  public int testCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.mxtool.junit.MxJUnitWrapper$RepeatingRunner this
         0: .line 107
            aload 0 /* this */
            invokespecial org.junit.runner.Runner.testCount:()I
            aload 0 /* this */
            getfield com.oracle.mxtool.junit.MxJUnitWrapper$RepeatingRunner.repeat:I
            imul
            ireturn
        end local 0 // com.oracle.mxtool.junit.MxJUnitWrapper$RepeatingRunner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/mxtool/junit/MxJUnitWrapper$RepeatingRunner;
}
SourceFile: "MxJUnitWrapper.java"
NestHost: com.oracle.mxtool.junit.MxJUnitWrapper
InnerClasses:
  private RepeatingRunner = com.oracle.mxtool.junit.MxJUnitWrapper$RepeatingRunner of com.oracle.mxtool.junit.MxJUnitWrapper