Class InputTester
java.lang.Object
com.vaadin.testbench.unit.ComponentTester<Input>
com.vaadin.flow.component.html.testbench.InputTester
-
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
-
InputTester
Wrap given component for testing.- Parameters:
component- target component
-
-
Method Details
-
setValue
Set the value to the component if it is usable.For a non interactable component an IllegalStateException will be thrown as the end user would not be able to set a value.
- Parameters:
value- value to set
-
getValue
Get the current value of the component.- Returns:
- current component value
- Throws:
IllegalStateException- if component not visible
-
clear
public void clear()Resets the value to the empty value of the component.
-