com.vaadin.flow.component.datetimepicker.

Class DateTimePickerTester<T extends DateTimePicker>

java.lang.Object
com.vaadin.testbench.unit.ComponentTester<T>
com.vaadin.flow.component.datetimepicker.DateTimePickerTester<T>

Type Parameters:

T - component type

public class DateTimePickerTester<T extends DateTimePicker> extends ComponentTester<T>

Tester for DateTimePicker components.

  • Constructor Details

    • DateTimePickerTester

      public DateTimePickerTester(T component)

      Wrap given component for testing.

      Parameters:

      component - target component

  • Method Details

    • setValue

      public void setValue(LocalDateTime dateTime)

      Set the date to the component.

      Will throw if component is not enabled or value is not valid.

      Parameters:

      dateTime - date time to set to component

      Throws:

      IllegalArgumentException - if value is invalid