We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.html.testbench.
Class H6Tester
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<H6>
com.vaadin.flow.component.html.testbench.H6Tester
All Implemented Interfaces:
-
Constructor Summary
Constructors -
Method Summary
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, ensureComponentIsUsable, ensureVisible, ensureVisible, find, findAllByQuery, findByQuery, fireDomEvent, fireDomEvent, fireDomEvent, getComponent, getField, getField, getMethod, getMethod, isUsable, isUsable, notUsableReasons, 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
-
H6Tester
Wrap given component for testing.
Parameters:
component
- target component
-