Annotation Interface ExtendedDescription


@Retention(RUNTIME) @Target(METHOD) @Documented public @interface ExtendedDescription
This annotation can be used to define an extended description for a step method or a test method. This description is added to the report.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The extended description of the step.
  • Element Details

    • value

      String value
      The extended description of the step.