$
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
_
M
- matches(com.vaadin.flow.component.Component,kotlin.jvm.functions.Function1) - function in com.vaadin.testbench.unit.internal.BasicUtilsKt
- Checks whether this component matches given spec.
- MenuBarTester - class in com.vaadin.flow.component.menubar
- Tester for MenuBar components.
- merge(com.vaadin.testbench.unit.internal.Routes) - function in com.vaadin.testbench.unit.internal.Routes
- MessageInputTester - class in com.vaadin.flow.component.messages
- Tester for MessageInput components.
- MessageListTester - class in com.vaadin.flow.component.messages
- Tester for MessageList components.
- meta() - function in com.vaadin.testbench.unit.MetaKeys
- Set meta key down to
true. - MetaKeys - class in com.vaadin.testbench.unit
- Class for setting any down meta keys for events supporting meta keys.
- MIDDLE - enum entry in com.vaadin.testbench.unit.MouseButton
- middleClick() - function in com.vaadin.flow.component.button.ButtonTester
- Click with middle button.
- middleClick(com.vaadin.testbench.unit.MetaKeys) - function in com.vaadin.flow.component.button.ButtonTester
- Click with middle button and given meta keys.
- middleClick() - function in com.vaadin.flow.component.html.testbench.ClickHandler
- Click with middle button.
- middleClick() - function in com.vaadin.flow.component.html.testbench.ClickHandler
- Click with middle button.
- middleClick(com.vaadin.testbench.unit.MetaKeys) - function in com.vaadin.flow.component.html.testbench.ClickHandler
- Click with middle button and given meta keys.
- middleClick(com.vaadin.testbench.unit.MetaKeys) - function in com.vaadin.flow.component.html.testbench.ClickHandler
- Click with middle button and given meta keys.
- MockContext - class in com.vaadin.testbench.unit.mocks
- MockedUI - class in com.vaadin.testbench.unit.mocks
- A simple no-op UI used by default by com.vaadin.testbench.unit.MockVaadin.
- mockFlowBuildInfo(com.vaadin.flow.server.VaadinServlet) - function in com.vaadin.testbench.unit.mocks.MockVaadinHelper
- MockHttpEnvironment - class in com.vaadin.testbench.unit.mocks
- MockHttpSession - class in com.vaadin.testbench.unit.mocks
- A standalone implementation of the HttpSession interface.
- MockHttpSession.Companion - class in com.vaadin.testbench.unit.mocks.MockHttpSession
- MockInstantiator - class in com.vaadin.testbench.unit.mocks
- Makes sure to load MockNpmTemplateParser.
- MockInternalSeverError - class in com.vaadin.testbench.unit.internal
- MockRequest - class in com.vaadin.testbench.unit.mocks
- MockRequestCustomizer - class in com.vaadin.testbench.unit.internal
- MockResponse - class in com.vaadin.testbench.unit.mocks
- MockRouteNotFoundError - class in com.vaadin.testbench.unit.internal
- This route gets registered by default in Routes, so that Karibu-Testing can catch any navigation to a missing route and can respond with an informative exception.
- MockService - class in com.vaadin.testbench.unit.mocks
- 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 (otherwise the mocked servlet env will crash).
Provides a MockVaadinSession. The class is intentionally opened, to be extensible in user's library.
MockServiceinstance, override MockVaadinServlet.createServletService. - MockServletConfig - class in com.vaadin.testbench.unit.mocks
- MockSpringServlet - class in com.vaadin.testbench.unit.mocks
- Makes sure that the routes are properly registered, and that MockSpringServletService is used instead of vanilla com.vaadin.flow.spring.SpringVaadinServletService.
- MockSpringServletService - class in com.vaadin.testbench.unit.mocks
- 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 (otherwise the mocked servlet env will crash).
- Provides a MockSpringVaadinSession instead of com.vaadin.flow.spring.SpringVaadinSession.
- MockSpringVaadinSession - class in com.vaadin.testbench.unit.mocks
- A Vaadin Session with one important difference:
- Creates a new session when this one is closed. This is used to simulate a logout which closes the session - we need to have a new fresh session to be able to continue testing. In order to do that, simply override close, call `super.close()` then call afterSessionClose.
- MockVaadin - class in com.vaadin.testbench.unit.internal
- MockVaadinHelper - class in com.vaadin.testbench.unit.mocks
- MockVaadinServlet - class in com.vaadin.testbench.unit.mocks
- Makes sure that routes are properly registered, and that MockService is used instead of vanilla VaadinServletService.
- MockVaadinSession - class in com.vaadin.testbench.unit.mocks
- A Vaadin Session with one important difference:
Creates a new session when this one is closed. This is used to simulate a logout which closes the session - we need to have a new fresh session to be able to continue testing. In order to do that, simply override close, call
super.close()then call MockVaadin.afterSessionClose.
- MockWebApplicationContext - class in com.vaadin.testbench.unit.mocks
- An adapter to make a generic Spring ApplicationContext act like a WebApplicationContext.
- modifyIndexHtmlResponse(com.vaadin.flow.server.communication.IndexHtmlResponse) - function in com.vaadin.flow.server.VaadinService
- modifyIndexHtmlResponse(com.vaadin.flow.server.communication.IndexHtmlResponse) - function in com.vaadin.flow.server.VaadinService
- MouseButton - class in com.vaadin.testbench.unit
- Enums for mouse button values in click events.
- MultiSelectComboBoxTester - class in com.vaadin.flow.component.combobox
- MultiSelectListBoxTester - class in com.vaadin.flow.component.listbox
- Tester for MultiSelectListBox components.