Annotation Interface TestPath


@Retention(RUNTIME) @Target(TYPE) @Documented public @interface TestPath
Setup the path to be tested for the tests that extend AbstractComponentIT.
Since:
1.0.
Author:
Vaadin Ltd
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Gets the URL of the page to be tested.
  • Element Details

    • value

      String value
      Gets the URL of the page to be tested.
      Returns:
      the path to be tested