Class DatePickerTester
-
- All Implemented Interfaces:
public class DatePickerTester<T extends DatePicker> extends ComponentTester<T>
Tester for the DatePicker components.
-
-
Constructor Summary
Constructors Constructor Description DatePickerTester(T component)Wrap given component for testing.
-
Method Summary
-
-
Constructor Detail
-
DatePickerTester
DatePickerTester(T component)
Wrap given component for testing.- Parameters:
component- target component
-
-
-
-