Package org.testng
Interface ISuiteResult
-
public interface ISuiteResultThis class represents the result of a suite run.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ITestContextgetTestContext()
-
-
-
Method Detail
-
getTestContext
ITestContext getTestContext()
- Returns:
- The testing context for these tests.
-
-