interface com.oracle.mxtool.junit.MxRunListener
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.oracle.mxtool.junit.MxRunListener
  super_class: java.lang.Object
{
  public void testRunStarted(org.junit.runner.Description);
    descriptor: (Lorg/junit/runner/Description;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.oracle.mxtool.junit.MxRunListener this
        start local 1 // org.junit.runner.Description description
         0: .line 41
            return
        end local 1 // org.junit.runner.Description description
        end local 0 // com.oracle.mxtool.junit.MxRunListener this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/mxtool/junit/MxRunListener;
            0    1     1  description  Lorg/junit/runner/Description;
    MethodParameters:
             Name  Flags
      description  

  public void testRunFinished(org.junit.runner.Result);
    descriptor: (Lorg/junit/runner/Result;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.oracle.mxtool.junit.MxRunListener this
        start local 1 // org.junit.runner.Result result
         0: .line 49
            return
        end local 1 // org.junit.runner.Result result
        end local 0 // com.oracle.mxtool.junit.MxRunListener this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/mxtool/junit/MxRunListener;
            0    1     1  result  Lorg/junit/runner/Result;
    MethodParameters:
        Name  Flags
      result  

  public void testClassStarted(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.oracle.mxtool.junit.MxRunListener this
        start local 1 // java.lang.Class clazz
         0: .line 57
            return
        end local 1 // java.lang.Class clazz
        end local 0 // com.oracle.mxtool.junit.MxRunListener this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/mxtool/junit/MxRunListener;
            0    1     1  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
       Name  Flags
      clazz  

  public void testClassFinished(java.lang.Class<?>, int, );
    descriptor: (Ljava/lang/Class;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // com.oracle.mxtool.junit.MxRunListener this
        start local 1 // java.lang.Class clazz
        start local 2 // int numPassed
        start local 3 // int numFailed
         0: .line 67
            return
        end local 3 // int numFailed
        end local 2 // int numPassed
        end local 1 // java.lang.Class clazz
        end local 0 // com.oracle.mxtool.junit.MxRunListener this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/mxtool/junit/MxRunListener;
            0    1     1      clazz  Ljava/lang/Class<*>;
            0    1     2  numPassed  I
            0    1     3  numFailed  I
    Signature: (Ljava/lang/Class<*>;II)V
    MethodParameters:
           Name  Flags
      clazz      
      numPassed  
      numFailed  

  public void testStarted(org.junit.runner.Description);
    descriptor: (Lorg/junit/runner/Description;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.oracle.mxtool.junit.MxRunListener this
        start local 1 // org.junit.runner.Description description
         0: .line 76
            return
        end local 1 // org.junit.runner.Description description
        end local 0 // com.oracle.mxtool.junit.MxRunListener this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/mxtool/junit/MxRunListener;
            0    1     1  description  Lorg/junit/runner/Description;
    MethodParameters:
             Name  Flags
      description  

  public void testFinished(org.junit.runner.Description);
    descriptor: (Lorg/junit/runner/Description;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.oracle.mxtool.junit.MxRunListener this
        start local 1 // org.junit.runner.Description description
         0: .line 84
            return
        end local 1 // org.junit.runner.Description description
        end local 0 // com.oracle.mxtool.junit.MxRunListener this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/mxtool/junit/MxRunListener;
            0    1     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=0, locals=2, args_size=2
        start local 0 // com.oracle.mxtool.junit.MxRunListener this
        start local 1 // org.junit.runner.notification.Failure failure
         0: .line 92
            return
        end local 1 // org.junit.runner.notification.Failure failure
        end local 0 // com.oracle.mxtool.junit.MxRunListener this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/mxtool/junit/MxRunListener;
            0    1     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=0, locals=2, args_size=2
        start local 0 // com.oracle.mxtool.junit.MxRunListener this
        start local 1 // org.junit.runner.Description description
         0: .line 101
            return
        end local 1 // org.junit.runner.Description description
        end local 0 // com.oracle.mxtool.junit.MxRunListener this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/mxtool/junit/MxRunListener;
            0    1     1  description  Lorg/junit/runner/Description;
    MethodParameters:
             Name  Flags
      description  

  public void testSucceeded(org.junit.runner.Description);
    descriptor: (Lorg/junit/runner/Description;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.oracle.mxtool.junit.MxRunListener this
        start local 1 // org.junit.runner.Description description
         0: .line 109
            return
        end local 1 // org.junit.runner.Description description
        end local 0 // com.oracle.mxtool.junit.MxRunListener this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/mxtool/junit/MxRunListener;
            0    1     1  description  Lorg/junit/runner/Description;
    MethodParameters:
             Name  Flags
      description  

  public void testAssumptionFailure(org.junit.runner.notification.Failure);
    descriptor: (Lorg/junit/runner/notification/Failure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.oracle.mxtool.junit.MxRunListener this
        start local 1 // org.junit.runner.notification.Failure failure
         0: .line 118
            return
        end local 1 // org.junit.runner.notification.Failure failure
        end local 0 // com.oracle.mxtool.junit.MxRunListener this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/mxtool/junit/MxRunListener;
            0    1     1  failure  Lorg/junit/runner/notification/Failure;
    MethodParameters:
         Name  Flags
      failure  

  public void testClassFinishedDelimiter();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.oracle.mxtool.junit.MxRunListener this
         0: .line 124
            return
        end local 0 // com.oracle.mxtool.junit.MxRunListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/mxtool/junit/MxRunListener;

  public void testClassStartedDelimiter();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.oracle.mxtool.junit.MxRunListener this
         0: .line 130
            return
        end local 0 // com.oracle.mxtool.junit.MxRunListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/mxtool/junit/MxRunListener;

  public void testStartedDelimiter();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.oracle.mxtool.junit.MxRunListener this
         0: .line 136
            return
        end local 0 // com.oracle.mxtool.junit.MxRunListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/mxtool/junit/MxRunListener;

  public void testFinishedDelimiter();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.oracle.mxtool.junit.MxRunListener this
         0: .line 142
            return
        end local 0 // com.oracle.mxtool.junit.MxRunListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/mxtool/junit/MxRunListener;

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

  public abstract java.io.PrintStream getWriter();
    descriptor: ()Ljava/io/PrintStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "MxRunListener.java"