Class UnorderedListTester
java.lang.Object
com.vaadin.testbench.unit.ComponentTester<UnorderedList>
com.vaadin.flow.component.html.testbench.HtmlComponentTester<UnorderedList>
com.vaadin.flow.component.html.testbench.HtmlContainerTester<UnorderedList>
com.vaadin.flow.component.html.testbench.HtmlClickContainer<UnorderedList>
com.vaadin.flow.component.html.testbench.UnorderedListTester
- All Implemented Interfaces:
ClickHandler
-
Constructor Summary
ConstructorsConstructorDescriptionUnorderedListTester(UnorderedList component) Wrap given component for testing. -
Method Summary
Modifier and TypeMethodDescriptiongetItems()Get all ListItems for unordered list.Get all ListItems for unordered list already wrapped for testing.Methods inherited from class com.vaadin.flow.component.html.testbench.HtmlClickContainer
clickMethods inherited from class com.vaadin.flow.component.html.testbench.HtmlContainerTester
getTextMethods inherited from class com.vaadin.flow.component.html.testbench.HtmlComponentTester
getTitleMethods inherited from class com.vaadin.testbench.unit.ComponentTester
ensureComponentIsUsable, ensureComponentIsUsable, ensureVisible, ensureVisible, find, findAllByQuery, findByQuery, fireDomEvent, fireDomEvent, fireDomEvent, getComponent, getField, getField, getMethod, getMethod, isUsable, isUsable, notUsableReasons, notUsableReasons, roundTrip, setModal, setValueAsUserMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.component.html.testbench.ClickHandler
click, click, middleClick, middleClick, rightClick, rightClick
-
Constructor Details
-
UnorderedListTester
Wrap given component for testing.- Parameters:
component- target component
-
-
Method Details
-
getItems
Get all ListItems for unordered list.- Returns:
- list of items
-
getWrappedItems
Get all ListItems for unordered list already wrapped for testing.- Returns:
- list of pre-wrapped items
-