Package com.vaadin.testbench.unit
Annotation Interface ComponentTesterPackages
Annotation to use to scan given packages for component wrappers outside the
default
com.vaadin.flow.component.
This makes adding custom component wrappers simpler as they can then use
package protected fields and methods.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionString[]Array of packages to scan forComponentTesterimplementations.
-
Element Details
-
value
String[] valueArray of packages to scan forComponentTesterimplementations. Implementation should use theTestsannotation to be used automatically in thewraps(Component)method.- Returns:
- String array of packages to scan
-