Package org.testng

Interface ISuiteResult

All Known Implementing Classes:
SuiteResult

public interface ISuiteResult
This class represents the result of a suite run.
  • Method Details

    • getPropertyFileName

      @Deprecated default String getPropertyFileName()
      Deprecated.
      - This method is deprecated as of "7.4.0"
      Returns:
      The name of the property file for these tests.
    • getTestContext

      ITestContext getTestContext()
      Returns:
      The testing context for these tests.