Uses of Interface
org.testng.IAttributes
Packages that use IAttributes
-
Uses of IAttributes in org.testng
Subinterfaces of IAttributes in org.testngModifier and TypeInterfaceDescriptioninterfaceInterface defining a Test Suite.interfaceThis class defines a test context which contains all the information for a given test run.interfaceThis class describes the result of a test.Classes in org.testng that implement IAttributesModifier and TypeClassDescriptionclassSuiteRunneris responsible for running all the tests included in one suite.classThis class takes care of running one Test.Fields in org.testng declared as IAttributesModifier and TypeFieldDescriptionprivate final IAttributesSuiteRunner.attributesprivate final IAttributesTestRunner.m_attributes -
Uses of IAttributes in org.testng.internal
Classes in org.testng.internal that implement IAttributesModifier and TypeClassDescriptionclassSimple implementation of IAttributes.classThis class represents the result of a test.Fields in org.testng.internal declared as IAttributes