public class org.junit.rules.TestName extends org.junit.rules.TestWatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.junit.rules.TestName
  super_class: org.junit.rules.TestWatcher
{
  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.junit.rules.TestName this
         0: .line 27
            aload 0 /* this */
            invokespecial org.junit.rules.TestWatcher.<init>:()V
            return
        end local 0 // org.junit.rules.TestName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/rules/TestName;

  protected void starting(org.junit.runner.Description);
    descriptor: (Lorg/junit/runner/Description;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.junit.rules.TestName this
        start local 1 // org.junit.runner.Description d
         0: .line 32
            aload 0 /* this */
            aload 1 /* d */
            invokevirtual org.junit.runner.Description.getMethodName:()Ljava/lang/String;
            putfield org.junit.rules.TestName.name:Ljava/lang/String;
         1: .line 33
            return
        end local 1 // org.junit.runner.Description d
        end local 0 // org.junit.rules.TestName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/junit/rules/TestName;
            0    2     1     d  Lorg/junit/runner/Description;
    MethodParameters:
      Name  Flags
      d     

  public java.lang.String getMethodName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.junit.rules.TestName this
         0: .line 39
            aload 0 /* this */
            getfield org.junit.rules.TestName.name:Ljava/lang/String;
            areturn
        end local 0 // org.junit.rules.TestName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/rules/TestName;
}
SourceFile: "TestName.java"