@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
@Deprecated
public @interface UniqueID
Report Portal uses uniqueID for identifying test item's originality.
Report portal generates ID automatically by default.
Using the annotation you can provide custom ID for test item.
Note that custom ID can affect functionality based on
test item uniqueness.