Uses of Interface
org.testng.IAttributes
Packages that use IAttributes
-
Uses of IAttributes in org.testng
Subinterfaces of IAttributes in org.testngModifier and TypeInterfaceDescriptioninterface
Interface defining a Test Suite.interface
This class defines a test context which contains all the information for a given test run.interface
This class describes the result of a test.Classes in org.testng that implement IAttributesModifier and TypeClassDescriptionclass
SuiteRunner
is responsible for running all the tests included in one suite.class
This class takes care of running one Test.Fields in org.testng declared as IAttributesModifier and TypeFieldDescriptionprivate final IAttributes
SuiteRunner.attributes
private final IAttributes
TestRunner.m_attributes
-
Uses of IAttributes in org.testng.internal
Classes in org.testng.internal that implement IAttributesModifier and TypeClassDescriptionclass
Simple implementation of IAttributes.class
This class represents the result of a test.Fields in org.testng.internal declared as IAttributes