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 DetailedAttributesClassImpl. 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 DetailedAttributesCreationAttributes. detailedMethods in org.testng.internal.objects.pojo that return DetailedAttributes Modifier and Type Method Description DetailedAttributesCreationAttributes. getDetailedAttributes()Constructors in org.testng.internal.objects.pojo with parameters of type DetailedAttributes Constructor Description CreationAttributes(ITestContext ctx, BasicAttributes basic, DetailedAttributes detailed)
-