$
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
_
C
- cancel() - function in com.vaadin.flow.component.confirmdialog.ConfirmDialogTester
- Click cancel button.
- captionContains(java.lang.String) - function in com.vaadin.testbench.unit.internal.SearchSpec
- Makes sure that the component's Component.caption contains given substring.
- changeSessionId() - function in com.vaadin.testbench.unit.mocks.MockRequest
- ChartTester - class in com.vaadin.flow.component.charts
- Tester for Chart components.
- CheckboxGroupTester - class in com.vaadin.flow.component.checkbox
- Tester for CheckboxGroup components.
- CheckboxTester - class in com.vaadin.flow.component.checkbox
- Tester for Checkbox components.
- checkEditableByUser(com.vaadin.flow.component.Component) - function in com.vaadin.testbench.unit.internal.BasicUtilsKt
- Checks that a component is actually editable by the user:
The component must be effectively visible: it itself must be visible, its parent must be visible and all of its ascendants must be visible. For the purpose of testing individual components not attached to the UI, a component may be considered visible even though it's not currently nested in a UI.
The component must be effectively enabled: it itself must be enabled, its parent must be enabled and all of its ascendants must be enabled.
If the component is HasValue, it must not be HasValue.isReadOnly.
- checkHasLock() - function in com.vaadin.flow.server.VaadinSession
- checkHasLock(java.lang.String) - function in com.vaadin.flow.server.VaadinSession
- checkHasLock(java.lang.String) - function in com.vaadin.flow.server.VaadinSession
- classes() - function in com.vaadin.testbench.unit.ViewPackages
- Array of classes whose packages will be scanned for views
- cleanupDialogs() - function in com.vaadin.testbench.unit.internal.TestingLifecycleHookKt
- Flow Server does not close the dialog when Dialog.close is called; instead it tells client-side dialog to close, which then fires event back to the server that the dialog was closed, and removes itself from the DOM.
- clear() - function in com.vaadin.flow.component.html.testbench.InputTester
- Resets the value to the empty value of the component.
- clear() - function in com.vaadin.flow.component.textfield.TextFieldTester
- Resets the value to the empty one, as when clicking on component clear button on the browser.
- clearPwaClass(com.vaadin.flow.server.startup.ApplicationRouteRegistry) - function in com.vaadin.testbench.unit.internal.RoutesKt
- Clears the PWA class config from this registry.
- clearSelection() - function in com.vaadin.flow.component.listbox.MultiSelectListBoxTester
- Clear all selected items from the component.
- clearSlot(com.vaadin.flow.dom.Element,java.lang.String) - function in com.vaadin.testbench.unit.internal.ElementUtilsKt
- Removes all child elements from given slot, leaving it empty.
- click() - function in com.vaadin.flow.component.button.ButtonTester
- If the component is usable send click to component as if it was from the client.
- click(com.vaadin.testbench.unit.MetaKeys) - function in com.vaadin.flow.component.button.ButtonTester
- If the component is usable send click to component as if it was from the client with defined meta keys pressed.
- click() - function in com.vaadin.flow.component.checkbox.CheckboxTester
- If the component is usable, send click to component as if it was from the client.
- click() - function in com.vaadin.flow.component.html.testbench.AnchorTester
- Click the anchor for navigation if target is a registered route in the application.
- click() - function in com.vaadin.flow.component.html.testbench.ClickHandler
- If the component is usable send click to component as if it was from the client.
- click() - function in com.vaadin.flow.component.html.testbench.ClickHandler
- If the component is usable send click to component as if it was from the client.
- click(com.vaadin.testbench.unit.MetaKeys) - function in com.vaadin.flow.component.html.testbench.ClickHandler
- If the component is usable send click to component as if it was from the client with defined meta keys pressed.
- click(com.vaadin.testbench.unit.MetaKeys) - function in com.vaadin.flow.component.html.testbench.ClickHandler
- If the component is usable send click to component as if it was from the client with defined meta keys pressed.
- click(int,com.vaadin.testbench.unit.MetaKeys) - function in com.vaadin.flow.component.html.testbench.ClickHandler
- click(int,com.vaadin.testbench.unit.MetaKeys) - function in com.vaadin.flow.component.html.testbench.HtmlClickContainer
- click(int,com.vaadin.testbench.unit.MetaKeys) - function in com.vaadin.flow.component.html.testbench.HtmlClickContainer
- click(int,com.vaadin.testbench.unit.MetaKeys) - function in com.vaadin.flow.component.html.testbench.NativeDetailsTester
- click() - function in com.vaadin.flow.component.radiobutton.RadioButtonTester
- If the component is usable, send click to component as if it was from the client.
- click() - function in com.vaadin.flow.component.sidenav.SideNavTester
- Simulates a click on the SideNav label, expanding or collapsing item list.
- clickChart() - function in com.vaadin.flow.component.charts.ChartTester
- Simulates a click on the chart, but not on legend items or points.
- ClickHandler - class in com.vaadin.flow.component.html.testbench
- clickItem(int,kotlin.Array) - function in com.vaadin.flow.component.contextmenu.ContextMenuTester
- Simulates a click on the item at the given position in the menu.
- clickItem(java.lang.String,kotlin.Array) - function in com.vaadin.flow.component.contextmenu.ContextMenuTester
- Simulates a click on the item that matches the given text.
- clickItem(int,kotlin.Array) - function in com.vaadin.flow.component.menubar.MenuBarTester
- Simulates a click on the item at the given position in the menu.
- clickItem(java.lang.String,kotlin.Array) - function in com.vaadin.flow.component.menubar.MenuBarTester
- Simulates a click on the item that matches the given text.
- clickItem(java.lang.String,kotlin.Array) - function in com.vaadin.flow.component.sidenav.SideNavTester
- Simulates a click on the item that matches the given label.
- clickLegendItem(java.lang.String) - function in com.vaadin.flow.component.charts.ChartTester
- Simulates a click on the item of the legend with the given text.
- clickPoint(java.lang.String,java.lang.String) - function in com.vaadin.flow.component.charts.ChartTester
- Simulates a click on a point on the chart.
- clickRow(int) - function in com.vaadin.flow.component.grid.GridTester
- Click on grid row.
- clickRow(int,com.vaadin.testbench.unit.MetaKeys) - function in com.vaadin.flow.component.grid.GridTester
- Click on grid row with given meta keys pressed.
- clickRow(int,com.vaadin.testbench.unit.MouseButton) - function in com.vaadin.flow.component.grid.GridTester
- Click on grid row with given button.
- clickRow(int,com.vaadin.testbench.unit.MouseButton,com.vaadin.testbench.unit.MetaKeys) - function in com.vaadin.flow.component.grid.GridTester
- Click on grid row with given button and meta keys pressed.
- clientRoundtrip() - function in com.vaadin.testbench.unit.internal.MockVaadin
- Since UI Unit Testing runs in the same JVM as the server and there is no browser, the boundaries between the client and the server become unclear.
- close() - function in com.vaadin.flow.component.UI
- close() - function in com.vaadin.flow.component.contextmenu.ContextMenuTester
- Closes the context menu.
- close() - function in com.vaadin.flow.component.dialog.DialogTester
- Close the dialog.
- close() - function in com.vaadin.testbench.unit.mocks.MockSpringVaadinSession
- close() - function in com.vaadin.testbench.unit.mocks.MockVaadinSession
- closeCurrentUI(java.lang.Boolean) - function in com.vaadin.testbench.unit.internal.MockVaadin
- Properly closes the current UI and fire the detach event on it.
- closeDetails() - function in com.vaadin.flow.component.details.DetailsTester
- Hides contents as if the summary is clicked on the browser.
- closeSession(com.vaadin.flow.server.VaadinSession) - function in com.vaadin.flow.server.VaadinService
- closeSession(com.vaadin.flow.server.VaadinSession) - function in com.vaadin.flow.server.VaadinService
- com.vaadin.flow.component.accordion - package com.vaadin.flow.component.accordion
- com.vaadin.flow.component.button - package com.vaadin.flow.component.button
- com.vaadin.flow.component.charts - package com.vaadin.flow.component.charts
- com.vaadin.flow.component.checkbox - package com.vaadin.flow.component.checkbox
- com.vaadin.flow.component.combobox - package com.vaadin.flow.component.combobox
- com.vaadin.flow.component.confirmdialog - package com.vaadin.flow.component.confirmdialog
- com.vaadin.flow.component.contextmenu - package com.vaadin.flow.component.contextmenu
- com.vaadin.flow.component.datepicker - package com.vaadin.flow.component.datepicker
- com.vaadin.flow.component.datetimepicker - package com.vaadin.flow.component.datetimepicker
- com.vaadin.flow.component.details - package com.vaadin.flow.component.details
- com.vaadin.flow.component.dialog - package com.vaadin.flow.component.dialog
- com.vaadin.flow.component.grid - package com.vaadin.flow.component.grid
- com.vaadin.flow.component.html.testbench - package com.vaadin.flow.component.html.testbench
- com.vaadin.flow.component.listbox - package com.vaadin.flow.component.listbox
- com.vaadin.flow.component.login - package com.vaadin.flow.component.login
- com.vaadin.flow.component.menubar - package com.vaadin.flow.component.menubar
- com.vaadin.flow.component.messages - package com.vaadin.flow.component.messages
- com.vaadin.flow.component.notification - package com.vaadin.flow.component.notification
- com.vaadin.flow.component.radiobutton - package com.vaadin.flow.component.radiobutton
- com.vaadin.flow.component.select - package com.vaadin.flow.component.select
- com.vaadin.flow.component.sidenav - package com.vaadin.flow.component.sidenav
- com.vaadin.flow.component.tabs - package com.vaadin.flow.component.tabs
- com.vaadin.flow.component.textfield - package com.vaadin.flow.component.textfield
- com.vaadin.flow.component.timepicker - package com.vaadin.flow.component.timepicker
- com.vaadin.flow.component.upload - package com.vaadin.flow.component.upload
- com.vaadin.flow.component.virtuallist - package com.vaadin.flow.component.virtuallist
- com.vaadin.testbench.unit - package com.vaadin.testbench.unit
- com.vaadin.testbench.unit.component - package com.vaadin.testbench.unit.component
- com.vaadin.testbench.unit.internal - package com.vaadin.testbench.unit.internal
- com.vaadin.testbench.unit.mocks - package com.vaadin.testbench.unit.mocks
- ComboBoxTester - class in com.vaadin.flow.component.combobox
- ComponentQuery - class in com.vaadin.testbench.unit
- Query class used for finding a component inside a given search context.
- ComponentTester - class in com.vaadin.testbench.unit
- Test wrapper for components with helpful methods for testing a component.
- ComponentTesterPackages - class in com.vaadin.testbench.unit
- Annotation to use to scan given packages for component wrappers outside the default
com.vaadin.flow.component. - ComponentUtilsKt - class in com.vaadin.testbench.unit.internal
- confirm() - function in com.vaadin.flow.component.confirmdialog.ConfirmDialogTester
- Click the confirm button.
- ConfirmDialogTester - class in com.vaadin.flow.component.confirmdialog
- Tester for ConfirmDialog.
- connectClient(java.lang.String,java.lang.String,java.lang.String,elemental.json.JsonValue,java.lang.String) - function in com.vaadin.flow.component.UI
- containsBean(java.lang.String) - function in com.vaadin.testbench.unit.mocks.MockWebApplicationContext
- containsBeanDefinition(java.lang.String) - function in com.vaadin.testbench.unit.mocks.MockWebApplicationContext
- containsHeader(java.lang.String) - function in com.vaadin.testbench.unit.mocks.MockResponse
- containsLocalBean(java.lang.String) - function in com.vaadin.testbench.unit.mocks.MockWebApplicationContext
- containsText(java.lang.String) - function in com.vaadin.testbench.unit.ElementConditions
- Checks if text content of the component contains the given text.
- containsText(java.lang.String,boolean) - function in com.vaadin.testbench.unit.ElementConditions
- Checks if text content of the component contains the given text.
- ContextMenuTester - class in com.vaadin.flow.component.contextmenu
- Tester for ContextMenu components.
- copyAttributes(jakarta.servlet.http.HttpSession) - function in com.vaadin.testbench.unit.mocks.MockHttpSession
- create(jakarta.servlet.ServletContext) - function in com.vaadin.testbench.unit.mocks.MockHttpSession.Companion
- create(com.vaadin.flow.di.Instantiator) - function in com.vaadin.testbench.unit.mocks.MockInstantiator.Companion
- createComponent(java.lang.Class) - function in com.vaadin.flow.di.Instantiator
- createCriticalNotificationJSON(java.lang.String,java.lang.String,java.lang.String,java.lang.String) - function in com.vaadin.flow.server.VaadinService
- createFilter(java.lang.Class) - function in com.vaadin.testbench.unit.mocks.MockContext
- createListener(java.lang.Class) - function in com.vaadin.testbench.unit.mocks.MockContext
- createMockContext(java.util.Set) - function in com.vaadin.testbench.unit.mocks.MockVaadinHelper
- createMockVaadinContext() - function in com.vaadin.testbench.unit.mocks.MockVaadinHelper
- createRouteTarget(java.lang.Class,com.vaadin.flow.router.NavigationEvent) - function in com.vaadin.flow.di.Instantiator
- createServlet(java.lang.Class) - function in com.vaadin.testbench.unit.mocks.MockContext
- createSessionExpiredJSON(boolean) - function in com.vaadin.flow.server.VaadinService
- createUINotFoundJSON(boolean) - function in com.vaadin.flow.server.VaadinService
- ctrl() - function in com.vaadin.testbench.unit.MetaKeys
- Set ctrl key down to
true.