Class HtmlComponentTester<T extends HtmlComponent>
java.lang.Object
com.vaadin.testbench.unit.ComponentTester<T>
com.vaadin.flow.component.html.testbench.HtmlComponentTester<T>
- All Implemented Interfaces:
Clickable<T>
- Direct Known Subclasses:
HrTester,HtmlContainerTester,NativeDetailsTester
-
Constructor Summary
Constructors -
Method Summary
Methods 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.testbench.unit.Clickable
click, click, click, middleClick, middleClick, rightClick, rightClick
-
Constructor Details
-
HtmlComponentTester
Wrap given component for testing.- Parameters:
component- target component
-
-
Method Details
-
getTitle
Get the title string set for the html component if available.- Returns:
- title string
- Throws:
IllegalStateException- if not title has been set
-
getText
Get the recursive text for target element.- Returns:
- recursive text of component
- Throws:
IllegalStateException- if component not visible
-