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 void
ITestAnnotation. setAttributes(CustomAttribute[] attributes)
-
Uses of CustomAttribute in org.testng.internal
Methods in org.testng.internal that return CustomAttribute Modifier and Type Method Description CustomAttribute[]
TestNGMethod. getAttributes()
-
Uses of CustomAttribute in org.testng.internal.annotations
Methods 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 void
TestAnnotation. setAttributes(CustomAttribute[] attributes)
-