org.testng
Interface ISuiteResult
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- SuiteResult
public interface ISuiteResult
- extends java.io.Serializable
This class represents the result of a suite run.
- Author:
- Cedric Beust, Aug 6, 2004
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.
Copyright © 2010. All Rights Reserved.