Uses of Class
org.testng.internal.objects.pojo.DetailedAttributes
-
Packages that use DetailedAttributes Package Description org.testng.internal org.testng.internal.objects.pojo -
-
Uses of DetailedAttributes in org.testng.internal
Methods in org.testng.internal that return DetailedAttributes Modifier and Type Method Description private DetailedAttributes
ClassImpl. newDetailedAttributes(boolean create, java.lang.String errMsgPrefix)
-
Uses of DetailedAttributes in org.testng.internal.objects.pojo
Fields in org.testng.internal.objects.pojo declared as DetailedAttributes Modifier and Type Field Description private DetailedAttributes
CreationAttributes. detailed
Methods in org.testng.internal.objects.pojo that return DetailedAttributes Modifier and Type Method Description DetailedAttributes
CreationAttributes. getDetailedAttributes()
Constructors in org.testng.internal.objects.pojo with parameters of type DetailedAttributes Constructor Description CreationAttributes(ITestContext ctx, BasicAttributes basic, DetailedAttributes detailed)
-