public class com.oracle.mxtool.junit.MxJUnitWrapper$MxJUnitConfig
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.mxtool.junit.MxJUnitWrapper$MxJUnitConfig
  super_class: java.lang.Object
{
  public boolean verbose;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public boolean veryVerbose;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public boolean enableTiming;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public boolean failFast;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public boolean color;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public boolean eagerStackTrace;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public boolean gcAfterTest;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public boolean recordResults;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public int repeatCount;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int maxClassFailures;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String recordFailed;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String recordPassed;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.mxtool.junit.MxJUnitWrapper$MxJUnitConfig this
         0: .line 67
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 69
            aload 0 /* this */
            iconst_0
            putfield com.oracle.mxtool.junit.MxJUnitWrapper$MxJUnitConfig.verbose:Z
         2: .line 70
            aload 0 /* this */
            iconst_0
            putfield com.oracle.mxtool.junit.MxJUnitWrapper$MxJUnitConfig.veryVerbose:Z
         3: .line 71
            aload 0 /* this */
            iconst_0
            putfield com.oracle.mxtool.junit.MxJUnitWrapper$MxJUnitConfig.enableTiming:Z
         4: .line 72
            aload 0 /* this */
            iconst_0
            putfield com.oracle.mxtool.junit.MxJUnitWrapper$MxJUnitConfig.failFast:Z
         5: .line 73
            aload 0 /* this */
            iconst_0
            putfield com.oracle.mxtool.junit.MxJUnitWrapper$MxJUnitConfig.color:Z
         6: .line 74
            aload 0 /* this */
            iconst_0
            putfield com.oracle.mxtool.junit.MxJUnitWrapper$MxJUnitConfig.eagerStackTrace:Z
         7: .line 75
            aload 0 /* this */
            iconst_0
            putfield com.oracle.mxtool.junit.MxJUnitWrapper$MxJUnitConfig.gcAfterTest:Z
         8: .line 76
            aload 0 /* this */
            iconst_0
            putfield com.oracle.mxtool.junit.MxJUnitWrapper$MxJUnitConfig.recordResults:Z
         9: .line 77
            aload 0 /* this */
            iconst_1
            putfield com.oracle.mxtool.junit.MxJUnitWrapper$MxJUnitConfig.repeatCount:I
        10: .line 67
            return
        end local 0 // com.oracle.mxtool.junit.MxJUnitWrapper$MxJUnitConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/oracle/mxtool/junit/MxJUnitWrapper$MxJUnitConfig;
}
SourceFile: "MxJUnitWrapper.java"
NestHost: com.oracle.mxtool.junit.MxJUnitWrapper
InnerClasses:
  public MxJUnitConfig = com.oracle.mxtool.junit.MxJUnitWrapper$MxJUnitConfig of com.oracle.mxtool.junit.MxJUnitWrapper