Package org.testng
Interface ISuiteResult
-
- All Known Implementing Classes:
SuiteResult
public interface ISuiteResult
This class represents the result of a suite run.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default java.lang.String
getPropertyFileName()
Deprecated.- This method is deprecated as of "7.4.0"ITestContext
getTestContext()
-
-
-
Method Detail
-
getPropertyFileName
@Deprecated default java.lang.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.
-
-