Interface ITestClassConfigInfo


  • public interface ITestClassConfigInfo
    • Method Detail

      • getAllBeforeClassMethods

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

        java.util.List<ITestNGMethod> getAllAfterClassMethods()
      • getInstanceBeforeClassMethods

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

        java.util.List<ITestNGMethod> getInstanceAfterClassMethods​(java.lang.Object instance)