class com.oracle.mxtool.junit.ResultCollectorDecorator extends com.oracle.mxtool.junit.MxRunListenerDecorator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.mxtool.junit.ResultCollectorDecorator
  super_class: com.oracle.mxtool.junit.MxRunListenerDecorator
{
  private final java.util.ArrayList<org.junit.runner.Description> passed;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/ArrayList<Lorg/junit/runner/Description;>;

  private final java.util.ArrayList<org.junit.runner.notification.Failure> failed;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/ArrayList<Lorg/junit/runner/notification/Failure;>;

  void <init>(com.oracle.mxtool.junit.MxRunListener);
    descriptor: (Lcom/oracle/mxtool/junit/MxRunListener;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.mxtool.junit.ResultCollectorDecorator this
        start local 1 // com.oracle.mxtool.junit.MxRunListener l
         0: .line 42
            aload 0 /* this */
            aload 1 /* l */
            invokespecial com.oracle.mxtool.junit.MxRunListenerDecorator.<init>:(Lcom/oracle/mxtool/junit/MxRunListener;)V
         1: .line 43
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.oracle.mxtool.junit.ResultCollectorDecorator.passed:Ljava/util/ArrayList;
         2: .line 44
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.oracle.mxtool.junit.ResultCollectorDecorator.failed:Ljava/util/ArrayList;
         3: .line 45
            return
        end local 1 // com.oracle.mxtool.junit.MxRunListener l
        end local 0 // com.oracle.mxtool.junit.ResultCollectorDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/mxtool/junit/ResultCollectorDecorator;
            0    4     1     l  Lcom/oracle/mxtool/junit/MxRunListener;
    MethodParameters:
      Name  Flags
      l     

  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.ResultCollectorDecorator this
        start local 1 // org.junit.runner.notification.Failure failure
         0: .line 49
            aload 0 /* this */
            aload 1 /* failure */
            invokespecial com.oracle.mxtool.junit.MxRunListenerDecorator.testFailed:(Lorg/junit/runner/notification/Failure;)V
         1: .line 50
            aload 0 /* this */
            getfield com.oracle.mxtool.junit.ResultCollectorDecorator.failed:Ljava/util/ArrayList;
            aload 1 /* failure */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         2: .line 51
            return
        end local 1 // org.junit.runner.notification.Failure failure
        end local 0 // com.oracle.mxtool.junit.ResultCollectorDecorator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/mxtool/junit/ResultCollectorDecorator;
            0    3     1  failure  Lorg/junit/runner/notification/Failure;
    MethodParameters:
         Name  Flags
      failure  

  public void testSucceeded(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.ResultCollectorDecorator this
        start local 1 // org.junit.runner.Description description
         0: .line 55
            aload 0 /* this */
            aload 1 /* description */
            invokespecial com.oracle.mxtool.junit.MxRunListenerDecorator.testSucceeded:(Lorg/junit/runner/Description;)V
         1: .line 56
            aload 0 /* this */
            getfield com.oracle.mxtool.junit.ResultCollectorDecorator.passed:Ljava/util/ArrayList;
            aload 1 /* description */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         2: .line 57
            return
        end local 1 // org.junit.runner.Description description
        end local 0 // com.oracle.mxtool.junit.ResultCollectorDecorator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/oracle/mxtool/junit/ResultCollectorDecorator;
            0    3     1  description  Lorg/junit/runner/Description;
    MethodParameters:
             Name  Flags
      description  

  public java.util.List<org.junit.runner.notification.Failure> getFailed();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.mxtool.junit.ResultCollectorDecorator this
         0: .line 60
            aload 0 /* this */
            getfield com.oracle.mxtool.junit.ResultCollectorDecorator.failed:Ljava/util/ArrayList;
            areturn
        end local 0 // com.oracle.mxtool.junit.ResultCollectorDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/mxtool/junit/ResultCollectorDecorator;
    Signature: ()Ljava/util/List<Lorg/junit/runner/notification/Failure;>;

  public java.util.List<org.junit.runner.Description> getPassed();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.mxtool.junit.ResultCollectorDecorator this
         0: .line 64
            aload 0 /* this */
            getfield com.oracle.mxtool.junit.ResultCollectorDecorator.passed:Ljava/util/ArrayList;
            areturn
        end local 0 // com.oracle.mxtool.junit.ResultCollectorDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/mxtool/junit/ResultCollectorDecorator;
    Signature: ()Ljava/util/List<Lorg/junit/runner/Description;>;
}
SourceFile: "ResultCollectorDecorator.java"