public class junit.extensions.TestDecorator extends junit.framework.Assert implements junit.framework.Test
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: junit.extensions.TestDecorator
  super_class: junit.framework.Assert
{
  protected junit.framework.Test fTest;
    descriptor: Ljunit/framework/Test;
    flags: (0x0004) ACC_PROTECTED

  public void <init>(junit.framework.Test);
    descriptor: (Ljunit/framework/Test;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // junit.extensions.TestDecorator this
        start local 1 // junit.framework.Test test
         0: .line 16
            aload 0 /* this */
            invokespecial junit.framework.Assert.<init>:()V
         1: .line 17
            aload 0 /* this */
            aload 1 /* test */
            putfield junit.extensions.TestDecorator.fTest:Ljunit/framework/Test;
         2: .line 18
            return
        end local 1 // junit.framework.Test test
        end local 0 // junit.extensions.TestDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljunit/extensions/TestDecorator;
            0    3     1  test  Ljunit/framework/Test;
    MethodParameters:
      Name  Flags
      test  

  public void basicRun(junit.framework.TestResult);
    descriptor: (Ljunit/framework/TestResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // junit.extensions.TestDecorator this
        start local 1 // junit.framework.TestResult result
         0: .line 24
            aload 0 /* this */
            getfield junit.extensions.TestDecorator.fTest:Ljunit/framework/Test;
            aload 1 /* result */
            invokeinterface junit.framework.Test.run:(Ljunit/framework/TestResult;)V
         1: .line 25
            return
        end local 1 // junit.framework.TestResult result
        end local 0 // junit.extensions.TestDecorator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljunit/extensions/TestDecorator;
            0    2     1  result  Ljunit/framework/TestResult;
    MethodParameters:
        Name  Flags
      result  

  public int countTestCases();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // junit.extensions.TestDecorator this
         0: .line 28
            aload 0 /* this */
            getfield junit.extensions.TestDecorator.fTest:Ljunit/framework/Test;
            invokeinterface junit.framework.Test.countTestCases:()I
            ireturn
        end local 0 // junit.extensions.TestDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljunit/extensions/TestDecorator;

  public void run(junit.framework.TestResult);
    descriptor: (Ljunit/framework/TestResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // junit.extensions.TestDecorator this
        start local 1 // junit.framework.TestResult result
         0: .line 32
            aload 0 /* this */
            aload 1 /* result */
            invokevirtual junit.extensions.TestDecorator.basicRun:(Ljunit/framework/TestResult;)V
         1: .line 33
            return
        end local 1 // junit.framework.TestResult result
        end local 0 // junit.extensions.TestDecorator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljunit/extensions/TestDecorator;
            0    2     1  result  Ljunit/framework/TestResult;
    MethodParameters:
        Name  Flags
      result  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // junit.extensions.TestDecorator this
         0: .line 37
            aload 0 /* this */
            getfield junit.extensions.TestDecorator.fTest:Ljunit/framework/Test;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // junit.extensions.TestDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljunit/extensions/TestDecorator;

  public junit.framework.Test getTest();
    descriptor: ()Ljunit/framework/Test;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // junit.extensions.TestDecorator this
         0: .line 41
            aload 0 /* this */
            getfield junit.extensions.TestDecorator.fTest:Ljunit/framework/Test;
            areturn
        end local 0 // junit.extensions.TestDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljunit/extensions/TestDecorator;
}
SourceFile: "TestDecorator.java"