package org.testng;

This class represents the result of a suite run.
/** This class represents the result of a suite run. */
public interface ISuiteResult {
Returns:The name of the property file for these tests.
/** @return The name of the property file for these tests. */
String getPropertyFileName();
Returns:The testing context for these tests.
/** @return The testing context for these tests. */
ITestContext getTestContext(); }