All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.testng.ISuiteResult Maven / Gradle / Ivy

There is a newer version: 7.10.1
Show newest version
package org.testng;

/** This class represents the result of a suite run. */
public interface ISuiteResult {

  /** @return The name of the property file for these tests. */
  String getPropertyFileName();

  /** @return The testing context for these tests. */
  ITestContext getTestContext();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy