Class DescriptionListTester
java.lang.Object
com.vaadin.testbench.unit.ComponentTester<T>
com.vaadin.flow.component.html.testbench.HtmlComponentTester<T>
com.vaadin.flow.component.html.testbench.HtmlContainerTester<T>
com.vaadin.flow.component.html.testbench.HtmlClickContainer<DescriptionList>
com.vaadin.flow.component.html.testbench.DescriptionListTester
- All Implemented Interfaces:
ClickHandler
-
Constructor Summary
ConstructorsConstructorDescriptionDescriptionListTester
(DescriptionList component) Wrap given component for testing. -
Method Summary
Modifier and TypeMethodDescriptionGet all descriptions of DescriptionList.getTerms()
Get all terms of DescriptionList.Methods inherited from class com.vaadin.flow.component.html.testbench.HtmlClickContainer
click
Methods inherited from class com.vaadin.flow.component.html.testbench.HtmlContainerTester
getText
Methods inherited from class com.vaadin.flow.component.html.testbench.HtmlComponentTester
getTitle
Methods inherited from class com.vaadin.testbench.unit.ComponentTester
ensureComponentIsUsable, ensureVisible, find, findAllByQuery, findByQuery, fireDomEvent, fireDomEvent, fireDomEvent, getComponent, getField, getField, getMethod, getMethod, isUsable, notUsableReasons, roundTrip, setModal
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.vaadin.flow.component.html.testbench.ClickHandler
click, click, middleClick, middleClick, rightClick, rightClick
-
Constructor Details
-
DescriptionListTester
Wrap given component for testing.- Parameters:
component
- target component
-
-
Method Details
-
getDesciptions
Get all descriptions of DescriptionList.- Returns:
- the list of descriptions for this description list
-
getTerms
Get all terms of DescriptionList.- Returns:
- the list of terms for this description list
-