Interface ITestClassConfigInfo


  • public interface ITestClassConfigInfo
    • Method Detail

      • getAllBeforeClassMethods

        default java.util.List<ITestNGMethod> getAllBeforeClassMethods()
        get all before class config methods
        Returns:
        all before class config methods
      • getInstanceBeforeClassMethods

        default java.util.List<ITestNGMethod> getInstanceBeforeClassMethods​(java.lang.String instance)
        Query the instance before class methods from config methods map
        Parameters:
        instance - object hashcode
        Returns:
        All before class methods of instance