Class DescriptionListTester
java.lang.Object
com.vaadin.testbench.unit.ComponentTester<DescriptionList>
com.vaadin.flow.component.html.testbench.HtmlComponentTester<DescriptionList>
com.vaadin.flow.component.html.testbench.HtmlContainerTester<DescriptionList>
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
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
-
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
-