Package org.testng
Interface ISuiteResult
- All Known Implementing Classes:
SuiteResult
public interface ISuiteResult
This class represents the result of a suite run.
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
Deprecated.- This method is deprecated as of "7.4.0"
-
Method Details
-
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.
-