Package org.testng.annotations
Annotation Type CustomAttribute
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface CustomAttributeRepresents a means to add in custom attributes to @Testannotated tests.
@Retention(RUNTIME)
@Target({METHOD,TYPE})
public @interface CustomAttribute
Test annotated tests.