Annotation Type Description
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface DescriptionIf put on a method or constructor, or class, overrides or set corresponding Test Item description on ReportPortal. This annotation should be handled in priority to other mechanisms of existing test frameworks.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueTest Item description as a simple String.
-