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 forComponentTester
implementations.
-
Element Details
-
value
String[] valueArray of packages to scan forComponentTester
implementations.Implementation should use the
Tests
annotation to be used automatically in thewraps(Component)
method.- Returns:
- String array of packages to scan
-