All Classes and Interfaces

Classes
Class
Description
Makes sure that the MockQuarkusServlet.routes are properly registered, and that MockQuarkusServletService is used instead of vanilla QuarkusVaadinServletService.
A mocking service that performs three very important tasks: Overrides isAtmosphereAvailable() to tell Vaadin that we don't have Atmosphere (otherwise Vaadin will crash) Provides some dummy value as a root ID via getMainDivId(com.vaadin.flow.server.VaadinSession, com.vaadin.flow.server.VaadinRequest) (otherwise the mocked servlet env will crash). Provides a MockVaadinSession instead of VaadinSession. The class is intentionally opened, to be extensible in user's library.
Factory for creating a Quarkus-integrated BrowserlessApplicationContext.
Base JUnit 5+ class for browserless testing of applications based on Quarkus stack.
Quarkus Security implementation of SecurityContextHandler.
Configures mock request with authentication details from Quarkus Security.
An extension of LookupInitializer that provides services for Quarkus testing integration.