Package com.vaadin.flow.testutil
Annotation Type TestPath
-
@Retention(RUNTIME) @Target(TYPE) @Documented public @interface TestPath
Setup the path to be tested for the tests that extendAbstractComponentIT.- Since:
- 1.0.
- Author:
- Vaadin Ltd
-
-
Element Detail
-
value
String value
Gets the URL of the page to be tested.- Returns:
- the path to be tested
-
-