public class org.testng.junit.JUnit3TestRecognizer implements org.testng.junit.JUnitTestRecognizer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.testng.junit.JUnit3TestRecognizer
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.testng.junit.JUnit3TestRecognizer this
         0: .line 13
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 14
            return
        end local 0 // org.testng.junit.JUnit3TestRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/testng/junit/JUnit3TestRecognizer;

  public boolean isTest(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.testng.junit.JUnit3TestRecognizer this
         0: .line 18
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.testng.junit.JUnit3TestRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/testng/junit/JUnit3TestRecognizer;
    MethodParameters:
      Name  Flags
      c     
}
SourceFile: "JUnit3TestRecognizer.java"