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 interfaceISuiteInterface defining a Test Suite.interfaceITestContextThis class defines a test context which contains all the information for a given test run.interfaceITestResultThis class describes the result of a test.Classes in org.testng that implement IAttributes Modifier and Type Class Description classSuiteRunnerSuiteRunneris responsible for running all the tests included in one suite.classTestRunnerThis 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 classAttributesSimple implementation of IAttributes.classTestResultThis class represents the result of a test.
-