class org.testng.SuiteRunner$SuiteWorker implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.testng.SuiteRunner$SuiteWorker
  super_class: java.lang.Object
{
  private org.testng.TestRunner testRunner;
    descriptor: Lorg/testng/TestRunner;
    flags: (0x0002) ACC_PRIVATE

  final org.testng.SuiteRunner this$0;
    descriptor: Lorg/testng/SuiteRunner;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.testng.SuiteRunner, org.testng.TestRunner);
    descriptor: (Lorg/testng/SuiteRunner;Lorg/testng/TestRunner;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.testng.SuiteRunner$SuiteWorker this
         0: .line 34
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.google cannot be resolved\n\tThe type SuiteRunner must implement the inherited abstract method ISuite.setParentInjector(Injector)\n\tInjector cannot be resolved to a type\n\tInjector cannot be resolved to a type\n\tInjector cannot be resolved to a type\n\tInjector cannot be resolved to a type\n\tInjector cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.testng.SuiteRunner$SuiteWorker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/testng/SuiteRunner$SuiteWorker;
    MethodParameters:
        Name  Flags
      this$0  final
      tr      

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.testng.SuiteRunner$SuiteWorker this
         0: .line 486
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.testng.SuiteRunner$SuiteWorker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/testng/SuiteRunner$SuiteWorker;
}
SourceFile: "SuiteRunner.java"
NestHost: org.testng.SuiteRunner
InnerClasses:
  private SuiteWorker = org.testng.SuiteRunner$SuiteWorker of org.testng.SuiteRunner