Class HrTester
java.lang.Object
com.vaadin.testbench.unit.ComponentTester<Hr>
com.vaadin.flow.component.html.testbench.HtmlComponentTester<Hr>
com.vaadin.flow.component.html.testbench.HrTester
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.flow.component.html.testbench.HtmlComponentTester
getText, 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.testbench.unit.Clickable
click, click, click, middleClick, middleClick, rightClick, rightClick
-
Constructor Details
-
HrTester
Wrap given component for testing.- Parameters:
component- target component
-