Package org.testng

Interface ISuiteResult


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

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getTestContext

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