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

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

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

  public org.junit.runner.Runner getRunner();
    descriptor: ()Lorg/junit/runner/Runner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.mxtool.junit.MxJUnitWrapper$RepeatingRequest this
         0: .line 123
            new com.oracle.mxtool.junit.MxJUnitWrapper$RepeatingRunner
            dup
            aload 0 /* this */
            getfield com.oracle.mxtool.junit.MxJUnitWrapper$RepeatingRequest.request:Lorg/junit/runner/Request;
            invokevirtual org.junit.runner.Request.getRunner:()Lorg/junit/runner/Runner;
            aload 0 /* this */
            getfield com.oracle.mxtool.junit.MxJUnitWrapper$RepeatingRequest.repeat:I
            invokespecial com.oracle.mxtool.junit.MxJUnitWrapper$RepeatingRunner.<init>:(Lorg/junit/runner/Runner;I)V
            areturn
        end local 0 // com.oracle.mxtool.junit.MxJUnitWrapper$RepeatingRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/mxtool/junit/MxJUnitWrapper$RepeatingRequest;
}
SourceFile: "MxJUnitWrapper.java"
NestHost: com.oracle.mxtool.junit.MxJUnitWrapper
InnerClasses:
  private RepeatingRequest = com.oracle.mxtool.junit.MxJUnitWrapper$RepeatingRequest of com.oracle.mxtool.junit.MxJUnitWrapper
  private RepeatingRunner = com.oracle.mxtool.junit.MxJUnitWrapper$RepeatingRunner of com.oracle.mxtool.junit.MxJUnitWrapper