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.Fields in org.testng declared as IAttributes Modifier and Type Field Description private IAttributesSuiteRunner. attributesprivate IAttributesTestRunner. m_attributes -
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.Fields in org.testng.internal declared as IAttributes Modifier and Type Field Description private IAttributesTestResult. m_attributes
-