class junit.framework.TestResult$1 implements junit.framework.Protectable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: junit.framework.TestResult$1
  super_class: java.lang.Object
{
  final junit.framework.TestResult this$0;
    descriptor: Ljunit/framework/TestResult;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  void <init>(junit.framework.TestResult, junit.framework.TestCase);
    descriptor: (Ljunit/framework/TestResult;Ljunit/framework/TestCase;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // junit.framework.TestResult$1 this
         0: .line 120
            aload 0 /* this */
            aload 1
            putfield junit.framework.TestResult$1.this$0:Ljunit/framework/TestResult;
            aload 0 /* this */
            aload 2
            putfield junit.framework.TestResult$1.val$test:Ljunit/framework/TestCase;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // junit.framework.TestResult$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljunit/framework/TestResult$1;
    MethodParameters:
          Name  Flags
      this$0    final
      val$test  final

  public void protect();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // junit.framework.TestResult$1 this
         0: .line 122
            aload 0 /* this */
            getfield junit.framework.TestResult$1.val$test:Ljunit/framework/TestCase;
            invokevirtual junit.framework.TestCase.runBare:()V
         1: .line 123
            return
        end local 0 // junit.framework.TestResult$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljunit/framework/TestResult$1;
    Exceptions:
      throws java.lang.Throwable
}
SourceFile: "TestResult.java"
EnclosingMethod: junit.framework.TestResult.run:(Ljunit/framework/TestCase;)V
NestHost: junit.framework.TestResult
InnerClasses:
  junit.framework.TestResult$1