Package org.testng.internal.objects.pojo
Class CreationAttributes
- java.lang.Object
-
- org.testng.internal.objects.pojo.CreationAttributes
-
public class CreationAttributes extends java.lang.Object
Represents the parameters that are associated with object creation.
-
-
Constructor Summary
Constructors Constructor Description CreationAttributes(ITestContext ctx, BasicAttributes basic, DetailedAttributes detailed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicAttributes
getBasicAttributes()
ITestContext
getContext()
DetailedAttributes
getDetailedAttributes()
-
-
-
Constructor Detail
-
CreationAttributes
public CreationAttributes(ITestContext ctx, BasicAttributes basic, DetailedAttributes detailed)
-
-
Method Detail
-
getDetailedAttributes
public DetailedAttributes getDetailedAttributes()
-
getBasicAttributes
public BasicAttributes getBasicAttributes()
-
getContext
public ITestContext getContext()
-
-