public interface junit.framework.TestListener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: junit.framework.TestListener
  super_class: java.lang.Object
{
  public abstract void addError(junit.framework.Test, java.lang.Throwable);
    descriptor: (Ljunit/framework/Test;Ljava/lang/Throwable;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      test  
      e     

  public abstract void addFailure(junit.framework.Test, junit.framework.AssertionFailedError);
    descriptor: (Ljunit/framework/Test;Ljunit/framework/AssertionFailedError;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      test  
      e     

  public abstract void endTest(junit.framework.Test);
    descriptor: (Ljunit/framework/Test;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      test  

  public abstract void startTest(junit.framework.Test);
    descriptor: (Ljunit/framework/Test;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      test  
}
SourceFile: "TestListener.java"