We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.testbench.unit.
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 for
ComponentTester
implementations.
-
Element Details
-
value
String[] valueArray of packages to scan for
ComponentTester
implementations.Implementation should use the
Tests
annotation to be used automatically in thewraps(Component)
method.Returns:
String array of packages to scan
-