PickerActions
class PickerActions
Espresso action for interacting with DatePicker and TimePicker.
Summary
Public functions |
|
|---|---|
java-static ViewAction! |
Returns a |
java-static ViewAction! |
Returns a |
Public functions
setDate
java-static fun setDate(year: Int, monthOfYear: Int, dayOfMonth: Int): ViewAction!
Returns a ViewAction that sets a date on a DatePicker.
setTime
java-static fun setTime(hours: Int, minutes: Int): ViewAction!
Returns a ViewAction that sets a time on a TimePicker.