public interface org.testng.IMethodSelector
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.testng.IMethodSelector
  super_class: java.lang.Object
{
  public abstract boolean includeMethod(org.testng.IMethodSelectorContext, org.testng.ITestNGMethod, boolean);
    descriptor: (Lorg/testng/IMethodSelectorContext;Lorg/testng/ITestNGMethod;Z)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      context       
      method        
      isTestMethod  

  public abstract void setTestMethods(java.util.List<org.testng.ITestNGMethod>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/List<Lorg/testng/ITestNGMethod;>;)V
    MethodParameters:
             Name  Flags
      testMethods  
}
SourceFile: "IMethodSelector.java"