class junit.framework.JUnit4TestAdapterCache$1 extends org.junit.runner.notification.RunListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: junit.framework.JUnit4TestAdapterCache$1
  super_class: org.junit.runner.notification.RunListener
{
  final junit.framework.JUnit4TestAdapterCache this$0;
    descriptor: Ljunit/framework/JUnit4TestAdapterCache;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final junit.framework.TestResult val$result;
    descriptor: Ljunit/framework/TestResult;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(junit.framework.JUnit4TestAdapterCache, junit.framework.TestResult);
    descriptor: (Ljunit/framework/JUnit4TestAdapterCache;Ljunit/framework/TestResult;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // junit.framework.JUnit4TestAdapterCache$1 this
         0: .line 46
            aload 0 /* this */
            aload 1
            putfield junit.framework.JUnit4TestAdapterCache$1.this$0:Ljunit/framework/JUnit4TestAdapterCache;
            aload 0 /* this */
            aload 2
            putfield junit.framework.JUnit4TestAdapterCache$1.val$result:Ljunit/framework/TestResult;
            aload 0 /* this */
            invokespecial org.junit.runner.notification.RunListener.<init>:()V
            return
        end local 0 // junit.framework.JUnit4TestAdapterCache$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljunit/framework/JUnit4TestAdapterCache$1;
    MethodParameters:
            Name  Flags
      this$0      final
      val$result  final

  public void testFailure(org.junit.runner.notification.Failure);
    descriptor: (Lorg/junit/runner/notification/Failure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // junit.framework.JUnit4TestAdapterCache$1 this
        start local 1 // org.junit.runner.notification.Failure failure
         0: .line 49
            aload 0 /* this */
            getfield junit.framework.JUnit4TestAdapterCache$1.val$result:Ljunit/framework/TestResult;
            aload 0 /* this */
            getfield junit.framework.JUnit4TestAdapterCache$1.this$0:Ljunit/framework/JUnit4TestAdapterCache;
            aload 1 /* failure */
            invokevirtual org.junit.runner.notification.Failure.getDescription:()Lorg/junit/runner/Description;
            invokevirtual junit.framework.JUnit4TestAdapterCache.asTest:(Lorg/junit/runner/Description;)Ljunit/framework/Test;
            aload 1 /* failure */
            invokevirtual org.junit.runner.notification.Failure.getException:()Ljava/lang/Throwable;
            invokevirtual junit.framework.TestResult.addError:(Ljunit/framework/Test;Ljava/lang/Throwable;)V
         1: .line 50
            return
        end local 1 // org.junit.runner.notification.Failure failure
        end local 0 // junit.framework.JUnit4TestAdapterCache$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljunit/framework/JUnit4TestAdapterCache$1;
            0    2     1  failure  Lorg/junit/runner/notification/Failure;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      failure  

  public void testFinished(org.junit.runner.Description);
    descriptor: (Lorg/junit/runner/Description;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // junit.framework.JUnit4TestAdapterCache$1 this
        start local 1 // org.junit.runner.Description description
         0: .line 54
            aload 0 /* this */
            getfield junit.framework.JUnit4TestAdapterCache$1.val$result:Ljunit/framework/TestResult;
            aload 0 /* this */
            getfield junit.framework.JUnit4TestAdapterCache$1.this$0:Ljunit/framework/JUnit4TestAdapterCache;
            aload 1 /* description */
            invokevirtual junit.framework.JUnit4TestAdapterCache.asTest:(Lorg/junit/runner/Description;)Ljunit/framework/Test;
            invokevirtual junit.framework.TestResult.endTest:(Ljunit/framework/Test;)V
         1: .line 55
            return
        end local 1 // org.junit.runner.Description description
        end local 0 // junit.framework.JUnit4TestAdapterCache$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Ljunit/framework/JUnit4TestAdapterCache$1;
            0    2     1  description  Lorg/junit/runner/Description;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
             Name  Flags
      description  

  public void testStarted(org.junit.runner.Description);
    descriptor: (Lorg/junit/runner/Description;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // junit.framework.JUnit4TestAdapterCache$1 this
        start local 1 // org.junit.runner.Description description
         0: .line 59
            aload 0 /* this */
            getfield junit.framework.JUnit4TestAdapterCache$1.val$result:Ljunit/framework/TestResult;
            aload 0 /* this */
            getfield junit.framework.JUnit4TestAdapterCache$1.this$0:Ljunit/framework/JUnit4TestAdapterCache;
            aload 1 /* description */
            invokevirtual junit.framework.JUnit4TestAdapterCache.asTest:(Lorg/junit/runner/Description;)Ljunit/framework/Test;
            invokevirtual junit.framework.TestResult.startTest:(Ljunit/framework/Test;)V
         1: .line 60
            return
        end local 1 // org.junit.runner.Description description
        end local 0 // junit.framework.JUnit4TestAdapterCache$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Ljunit/framework/JUnit4TestAdapterCache$1;
            0    2     1  description  Lorg/junit/runner/Description;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
             Name  Flags
      description  
}
SourceFile: "JUnit4TestAdapterCache.java"
EnclosingMethod: junit.framework.JUnit4TestAdapterCache.getNotifier:(Ljunit/framework/TestResult;Ljunit/framework/JUnit4TestAdapter;)Lorg/junit/runner/notification/RunNotifier;
NestHost: junit.framework.JUnit4TestAdapterCache
InnerClasses:
  junit.framework.JUnit4TestAdapterCache$1