Package 

Interface TimePickerAssertion

  • 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
      Unit hasTime(Integer hour, Integer minute) Check if picker dialog contain selected time
      Unit hasHour(Integer hour) Check if picker dialog contain selected hour
      Unit hasMinute(Integer minute) Check if picker dialog contain selected minute
      abstract ViewInteractionDelegate getView()
      • 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