Annotation Interface TestComponent


@Target({FIELD,TYPE}) @Retention(RUNTIME) public @interface TestComponent
Indicates that the annotated field or class is a test component.

Test components can be selected using Masquerade API.

  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • path

      String[] path
      Returns:
      path to component by UI test IDs
      Default:
      {}