-
- All Implemented Interfaces:
-
io.github.kakaocup.kakao.common.actions.BaseActions
public interface TimePickerAssertion implements BaseActions
Provides assertions for time picker
-
-
Method Summary
Modifier and Type Method Description UnithasTime(Integer hour, Integer minute)Check if picker dialog contain selected time UnithasHour(Integer hour)Check if picker dialog contain selected hour UnithasMinute(Integer minute)Check if picker dialog contain selected minute abstract ViewInteractionDelegategetView()-
Methods inherited from class io.github.kakaocup.kakao.picker.time.TimePickerAssertion
act, click, doubleClick, longClick, onFailure, pressImeAction, repeatUntil, scrollTo -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
hasTime
Unit hasTime(Integer hour, Integer minute)
Check if picker dialog contain selected time
- Parameters:
hour- hourminute- monute
-
hasHour
Unit hasHour(Integer hour)
Check if picker dialog contain selected hour
- Parameters:
hour- hour
-
hasMinute
Unit hasMinute(Integer minute)
Check if picker dialog contain selected minute
- Parameters:
minute- month
-
getView
abstract ViewInteractionDelegate getView()
-
-
-
-