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