Annotation Interface Label


An annotation to mark and simplify retrieval of elements in tests extended with ToolsExtension.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    A unique value for this label.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The group to which this label belongs.
  • Element Details

    • value

      String value
      A unique value for this label. All labels in a single test class must be unique.
      Returns:
      a label
    • group

      String group
      The group to which this label belongs. A group can contain several labels.
      Returns:
      a group
      Default:
      ""