Package org.testng.internal.objects.pojo
Class CreationAttributes
java.lang.Object
org.testng.internal.objects.pojo.CreationAttributes
Represents the parameters that are associated with object creation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BasicAttributes
private final ITestContext
private final DetailedAttributes
-
Constructor Summary
ConstructorsConstructorDescriptionCreationAttributes
(ITestContext ctx, BasicAttributes basic, DetailedAttributes detailed) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
basic
-
detailed
-
context
-
-
Constructor Details
-
CreationAttributes
-
-
Method Details
-
getDetailedAttributes
-
getBasicAttributes
-
getContext
-