Package com.vaadin.testbench.unit
See: Description
-
Class Summary Class Description BaseUIUnitTest Base class for UI unit tests. ComponentQuery Query class used for finding a component inside a given search context. ComponentTester Test wrapper for components with helpful methods for testing a component. ElementConditions A collection of commons predicates to be used as ComponentQuery conditions. LitRendererTestUtil Utility methods for unit testing properties and functions of LitRenderers. MetaKeys Class for setting any down meta keys for events supporting meta keys. UITestSpringLookupInitializer A SpringLookupInitializer that adapts Spring ApplicationContext to WebApplicationContext and registers it into ServletContext so that lookup can be initialized correctly. UIUnitTestSetupException Exception thrown by BaseUIUnitTest methods when the mock environment has not been set up correctly. -
Annotation Summary Annotation Description ComponentTesterPackages Annotation to use to scan given packages for component wrappers outside the default com.vaadin.flow.component.Tests Wrapper annotation for indicating which components a wrapper implementation supports. ViewPackages Annotation to use to scan given packages for routes and error views. -
Enum Summary Enum Description MouseButton Enums for mouse button values in click events. -
Interface Summary Interface Description TesterWrappers