Uses of Interface
org.testng.IAttributes
-
Packages that use IAttributes Package Description org.testng org.testng.internal -
-
Uses of IAttributes in org.testng
Subinterfaces of IAttributes in org.testng Modifier and Type Interface Description interface
ISuite
Interface defining a Test Suite.interface
ITestContext
This class defines a test context which contains all the information for a given test run.interface
ITestResult
This class describes the result of a test.Classes in org.testng that implement IAttributes Modifier and Type Class Description class
SuiteRunner
SuiteRunner
is responsible for running all the tests included in one suite.class
TestRunner
This class takes care of running one Test. -
Uses of IAttributes in org.testng.internal
Classes in org.testng.internal that implement IAttributes Modifier and Type Class Description class
Attributes
Simple implementation of IAttributes.class
TestResult
This class represents the result of a test.
-