public interface org.testng.ITestMethodFinder
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.testng.ITestMethodFinder
  super_class: java.lang.Object
{
  public abstract org.testng.ITestNGMethod[] getTestMethods(java.lang.Class<?>, org.testng.xml.XmlTest);
    descriptor: (Ljava/lang/Class;Lorg/testng/xml/XmlTest;)[Lorg/testng/ITestNGMethod;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;Lorg/testng/xml/XmlTest;)[Lorg/testng/ITestNGMethod;
    MethodParameters:
         Name  Flags
      cls      
      xmlTest  

  public abstract org.testng.ITestNGMethod[] getBeforeTestMethods(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)[Lorg/testng/ITestNGMethod;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;)[Lorg/testng/ITestNGMethod;
    MethodParameters:
      Name  Flags
      cls   

  public abstract org.testng.ITestNGMethod[] getAfterTestMethods(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)[Lorg/testng/ITestNGMethod;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;)[Lorg/testng/ITestNGMethod;
    MethodParameters:
      Name  Flags
      cls   

  public abstract org.testng.ITestNGMethod[] getBeforeClassMethods(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)[Lorg/testng/ITestNGMethod;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;)[Lorg/testng/ITestNGMethod;
    MethodParameters:
      Name  Flags
      cls   

  public abstract org.testng.ITestNGMethod[] getAfterClassMethods(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)[Lorg/testng/ITestNGMethod;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;)[Lorg/testng/ITestNGMethod;
    MethodParameters:
      Name  Flags
      cls   

  public abstract org.testng.ITestNGMethod[] getBeforeSuiteMethods(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)[Lorg/testng/ITestNGMethod;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;)[Lorg/testng/ITestNGMethod;
    MethodParameters:
      Name  Flags
      cls   

  public abstract org.testng.ITestNGMethod[] getAfterSuiteMethods(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)[Lorg/testng/ITestNGMethod;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;)[Lorg/testng/ITestNGMethod;
    MethodParameters:
      Name  Flags
      cls   

  public abstract org.testng.ITestNGMethod[] getBeforeTestConfigurationMethods(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)[Lorg/testng/ITestNGMethod;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;)[Lorg/testng/ITestNGMethod;
    MethodParameters:
           Name  Flags
      testClass  

  public abstract org.testng.ITestNGMethod[] getAfterTestConfigurationMethods(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)[Lorg/testng/ITestNGMethod;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;)[Lorg/testng/ITestNGMethod;
    MethodParameters:
           Name  Flags
      testClass  

  public abstract org.testng.ITestNGMethod[] getBeforeGroupsConfigurationMethods(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)[Lorg/testng/ITestNGMethod;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;)[Lorg/testng/ITestNGMethod;
    MethodParameters:
           Name  Flags
      testClass  

  public abstract org.testng.ITestNGMethod[] getAfterGroupsConfigurationMethods(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)[Lorg/testng/ITestNGMethod;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;)[Lorg/testng/ITestNGMethod;
    MethodParameters:
           Name  Flags
      testClass  
}
SourceFile: "ITestMethodFinder.java"