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
-
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.
-