Class DateTimePickerTester
-
- All Implemented Interfaces:
public class DateTimePickerTester<T extends DateTimePicker> extends ComponentTester<T>
Tester for DateTimePicker components.
-
-
Constructor Summary
Constructors Constructor Description DateTimePickerTester(T component)Wrap given component for testing.
-
Method Summary
Modifier and Type Method Description voidsetValue(LocalDateTime dateTime)Set the date to the component. -
-
Constructor Detail
-
DateTimePickerTester
DateTimePickerTester(T component)
Wrap given component for testing.- Parameters:
component- target component
-
-
Method Detail
-
setValue
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
-
-
-
-