Uses of Class
org.testng.internal.objects.pojo.BasicAttributes
-
Packages that use BasicAttributes Package Description org.testng.internal.objects.pojo -
-
Uses of BasicAttributes in org.testng.internal.objects.pojo
Fields in org.testng.internal.objects.pojo declared as BasicAttributes Modifier and Type Field Description private BasicAttributes
CreationAttributes. basic
Methods in org.testng.internal.objects.pojo that return BasicAttributes Modifier and Type Method Description BasicAttributes
CreationAttributes. getBasicAttributes()
Constructors in org.testng.internal.objects.pojo with parameters of type BasicAttributes Constructor Description CreationAttributes(BasicAttributes basic, GuiceContext suiteContext)
CreationAttributes(ITestContext ctx, BasicAttributes basic, DetailedAttributes detailed)
-