class com.oracle.mxtool.junit.TextRunListener implements com.oracle.mxtool.junit.MxRunListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.mxtool.junit.TextRunListener
  super_class: java.lang.Object
{
  private final java.io.PrintStream fWriter;
    descriptor: Ljava/io/PrintStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected org.junit.runner.notification.Failure lastFailure;
    descriptor: Lorg/junit/runner/notification/Failure;
    flags: (0x0004) ACC_PROTECTED

  void <init>(org.junit.internal.JUnitSystem);
    descriptor: (Lorg/junit/internal/JUnitSystem;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.mxtool.junit.TextRunListener this
        start local 1 // org.junit.internal.JUnitSystem system
         0: .line 42
            aload 0 /* this */
            aload 1 /* system */
            invokeinterface org.junit.internal.JUnitSystem.out:()Ljava/io/PrintStream;
            invokespecial com.oracle.mxtool.junit.TextRunListener.<init>:(Ljava/io/PrintStream;)V
         1: .line 43
            return
        end local 1 // org.junit.internal.JUnitSystem system
        end local 0 // com.oracle.mxtool.junit.TextRunListener this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/mxtool/junit/TextRunListener;
            0    2     1  system  Lorg/junit/internal/JUnitSystem;
    MethodParameters:
        Name  Flags
      system  

  void <init>(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.mxtool.junit.TextRunListener this
        start local 1 // java.io.PrintStream writer
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            aload 0 /* this */
            aload 1 /* writer */
            putfield com.oracle.mxtool.junit.TextRunListener.fWriter:Ljava/io/PrintStream;
         2: .line 47
            return
        end local 1 // java.io.PrintStream writer
        end local 0 // com.oracle.mxtool.junit.TextRunListener this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/mxtool/junit/TextRunListener;
            0    3     1  writer  Ljava/io/PrintStream;
    MethodParameters:
        Name  Flags
      writer  

  public boolean beVerbose();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.mxtool.junit.TextRunListener this
         0: .line 50
            iconst_0
            ireturn
        end local 0 // com.oracle.mxtool.junit.TextRunListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/mxtool/junit/TextRunListener;

  public java.io.PrintStream getWriter();
    descriptor: ()Ljava/io/PrintStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.mxtool.junit.TextRunListener this
         0: .line 55
            aload 0 /* this */
            getfield com.oracle.mxtool.junit.TextRunListener.fWriter:Ljava/io/PrintStream;
            areturn
        end local 0 // com.oracle.mxtool.junit.TextRunListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/mxtool/junit/TextRunListener;

  public org.junit.runner.notification.Failure getLastFailure();
    descriptor: ()Lorg/junit/runner/notification/Failure;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.mxtool.junit.TextRunListener this
         0: .line 59
            aload 0 /* this */
            getfield com.oracle.mxtool.junit.TextRunListener.lastFailure:Lorg/junit/runner/notification/Failure;
            areturn
        end local 0 // com.oracle.mxtool.junit.TextRunListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/mxtool/junit/TextRunListener;

  public void testStarted(org.junit.runner.Description);
    descriptor: (Lorg/junit/runner/Description;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.mxtool.junit.TextRunListener this
        start local 1 // org.junit.runner.Description description
         0: .line 64
            aload 0 /* this */
            invokevirtual com.oracle.mxtool.junit.TextRunListener.getWriter:()Ljava/io/PrintStream;
            bipush 46
            invokevirtual java.io.PrintStream.print:(C)V
         1: .line 65
            return
        end local 1 // org.junit.runner.Description description
        end local 0 // com.oracle.mxtool.junit.TextRunListener this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/oracle/mxtool/junit/TextRunListener;
            0    2     1  description  Lorg/junit/runner/Description;
    MethodParameters:
             Name  Flags
      description  

  public void testFailed(org.junit.runner.notification.Failure);
    descriptor: (Lorg/junit/runner/notification/Failure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.mxtool.junit.TextRunListener this
        start local 1 // org.junit.runner.notification.Failure failure
         0: .line 69
            aload 0 /* this */
            invokevirtual com.oracle.mxtool.junit.TextRunListener.getWriter:()Ljava/io/PrintStream;
            bipush 69
            invokevirtual java.io.PrintStream.print:(C)V
         1: .line 70
            aload 0 /* this */
            aload 1 /* failure */
            putfield com.oracle.mxtool.junit.TextRunListener.lastFailure:Lorg/junit/runner/notification/Failure;
         2: .line 71
            return
        end local 1 // org.junit.runner.notification.Failure failure
        end local 0 // com.oracle.mxtool.junit.TextRunListener this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/mxtool/junit/TextRunListener;
            0    3     1  failure  Lorg/junit/runner/notification/Failure;
    MethodParameters:
         Name  Flags
      failure  

  public void testIgnored(org.junit.runner.Description);
    descriptor: (Lorg/junit/runner/Description;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.mxtool.junit.TextRunListener this
        start local 1 // org.junit.runner.Description description
         0: .line 75
            aload 0 /* this */
            invokevirtual com.oracle.mxtool.junit.TextRunListener.getWriter:()Ljava/io/PrintStream;
            bipush 73
            invokevirtual java.io.PrintStream.print:(C)V
         1: .line 76
            return
        end local 1 // org.junit.runner.Description description
        end local 0 // com.oracle.mxtool.junit.TextRunListener this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/oracle/mxtool/junit/TextRunListener;
            0    2     1  description  Lorg/junit/runner/Description;
    MethodParameters:
             Name  Flags
      description  

  public static org.junit.runner.notification.RunListener createRunListener(com.oracle.mxtool.junit.MxRunListener);
    descriptor: (Lcom/oracle/mxtool/junit/MxRunListener;)Lorg/junit/runner/notification/RunListener;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.oracle.mxtool.junit.MxRunListener l
         0: .line 79
            aload 0 /* l */
            invokeinterface com.oracle.mxtool.junit.MxRunListener.getWriter:()Ljava/io/PrintStream;
            astore 1 /* theWriter */
        start local 1 // java.io.PrintStream theWriter
         1: .line 80
            new com.oracle.mxtool.junit.TextRunListener$1
            dup
            aload 1 /* theWriter */
            aload 0 /* l */
            aload 1 /* theWriter */
            invokespecial com.oracle.mxtool.junit.TextRunListener$1.<init>:(Ljava/io/PrintStream;Lcom/oracle/mxtool/junit/MxRunListener;Ljava/io/PrintStream;)V
            areturn
        end local 1 // java.io.PrintStream theWriter
        end local 0 // com.oracle.mxtool.junit.MxRunListener l
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0          l  Lcom/oracle/mxtool/junit/MxRunListener;
            1    2     1  theWriter  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      l     
}
SourceFile: "TextRunListener.java"
NestMembers:
  com.oracle.mxtool.junit.TextRunListener$1
InnerClasses:
  com.oracle.mxtool.junit.TextRunListener$1