Package org.testng
Interface ISuiteResult
- All Known Implementing Classes:
SuiteResult
public interface ISuiteResult
This class represents the result of a suite run.
-
Method Summary
-
Method Details
-
getTestContext
ITestContext getTestContext()- Returns:
- The testing context for these tests.
-