Uses of Class
org.testng.annotations.CustomAttribute
-
Packages that use CustomAttribute Package Description org.testng org.testng.annotations org.testng.internal org.testng.internal.annotations -
-
Uses of CustomAttribute in org.testng
Methods in org.testng that return CustomAttribute Modifier and Type Method Description default CustomAttribute[]ITestNGMethod. getAttributes() -
Uses of CustomAttribute in org.testng.annotations
Methods in org.testng.annotations that return CustomAttribute Modifier and Type Method Description CustomAttribute[]attributes()CustomAttribute[]ITestAnnotation. getAttributes()Methods in org.testng.annotations with parameters of type CustomAttribute Modifier and Type Method Description voidITestAnnotation. setAttributes(CustomAttribute[] attributes) -
Uses of CustomAttribute in org.testng.internal
Fields in org.testng.internal declared as CustomAttribute Modifier and Type Field Description private CustomAttribute[]TestNGMethod. m_attributesMethods in org.testng.internal that return CustomAttribute Modifier and Type Method Description CustomAttribute[]TestNGMethod. getAttributes() -
Uses of CustomAttribute in org.testng.internal.annotations
Fields in org.testng.internal.annotations declared as CustomAttribute Modifier and Type Field Description private CustomAttribute[]TestAnnotation. m_attributesMethods in org.testng.internal.annotations that return CustomAttribute Modifier and Type Method Description CustomAttribute[]TestAnnotation. getAttributes()Methods in org.testng.internal.annotations with parameters of type CustomAttribute Modifier and Type Method Description voidTestAnnotation. setAttributes(CustomAttribute[] attributes)
-