class org.testng.TestRunner$ConfigurationListener implements org.testng.IConfigurationListener2
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.testng.TestRunner$ConfigurationListener
  super_class: java.lang.Object
{
  private void <init>(org.testng.TestRunner);
    descriptor: (Lorg/testng/TestRunner;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.testng.TestRunner$ConfigurationListener this
         0: .line 57
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.google cannot be resolved\n\tThe import com.google cannot be resolved\n\tThe type TestRunner must implement the inherited abstract method ITestContext.getInjector(List<Module>)\n\tThe type TestRunner must implement the inherited abstract method ITestContext.getGuiceModules(Class<? extends Module>)\n\tThe type TestRunner must implement the inherited abstract method ITestContext.addInjector(List<Module>, Injector)\n\tModule cannot be resolved to a type\n\tModule cannot be resolved to a type\n\tThe method newListMultiMap() from the type Maps refers to the missing type Module\n\tModule cannot be resolved to a type\n\tName clash: The method getGuiceModules(Class<? extends Module>) of type TestRunner has the same erasure as getGuiceModules(Class<? extends Module>) of type ITestContext but does not override it\n\tThe method getGuiceModules(Class<? extends Module>) of type TestRunner must override or implement a supertype method\n\tModule cannot be resolved to a type\n\tModule cannot be resolved to a type\n\tModule cannot be resolved to a type\n\tModule cannot be resolved to a type\n\tInjector cannot be resolved to a type\n\tThe method newHashMap() from the type Maps refers to the missing type Module\n\tInjector cannot be resolved to a type\n\tName clash: The method getInjector(List<Module>) of type TestRunner has the same erasure as getInjector(List<Module>) of type ITestContext but does not override it\n\tThe method getInjector(List<Module>) of type TestRunner must override or implement a supertype method\n\tModule cannot be resolved to a type\n\tModule cannot be resolved to a type\n\tInjector cannot be resolved to a type\n\tInjector cannot be resolved to a type\n\tThe method getInjector(IClass) from the type GuiceHelper refers to the missing type Injector\n\tModule cannot be resolved to a type\n\tInjector cannot be resolved to a type\n\tModule 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.TestRunner$ConfigurationListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/testng/TestRunner$ConfigurationListener;
    MethodParameters:
        Name  Flags
      this$0  final

  public void beforeConfiguration(org.testng.ITestResult);
    descriptor: (Lorg/testng/ITestResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.testng.TestRunner$ConfigurationListener this
         0: .line 1044
            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.TestRunner$ConfigurationListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/testng/TestRunner$ConfigurationListener;
    MethodParameters:
      Name  Flags
      tr    

  public void onConfigurationFailure(org.testng.ITestResult);
    descriptor: (Lorg/testng/ITestResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.testng.TestRunner$ConfigurationListener this
         0: .line 1048
            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.TestRunner$ConfigurationListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/testng/TestRunner$ConfigurationListener;
    MethodParameters:
      Name  Flags
      itr   

  public void onConfigurationSkip(org.testng.ITestResult);
    descriptor: (Lorg/testng/ITestResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.testng.TestRunner$ConfigurationListener this
         0: .line 1053
            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.TestRunner$ConfigurationListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/testng/TestRunner$ConfigurationListener;
    MethodParameters:
      Name  Flags
      itr   

  public void onConfigurationSuccess(org.testng.ITestResult);
    descriptor: (Lorg/testng/ITestResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.testng.TestRunner$ConfigurationListener this
         0: .line 1058
            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.TestRunner$ConfigurationListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/testng/TestRunner$ConfigurationListener;
    MethodParameters:
      Name  Flags
      itr   
}
SourceFile: "TestRunner.java"
NestHost: org.testng.TestRunner
InnerClasses:
  private ConfigurationListener = org.testng.TestRunner$ConfigurationListener of org.testng.TestRunner