Package 

Interface DatePickerAssertion

  • All Implemented Interfaces:
    io.github.kakaocup.kakao.common.actions.BaseActions

    
    public interface DatePickerAssertion
     implements BaseActions
                        

    Provides assertions for date picker

    • Method Summary

      Modifier and Type Method Description
      Unit hasDate(Integer year, Integer monthOfYear, Integer day) Check if picker dialog contain selected date Month number will be normalized
      Unit hasDay(Integer day) Check if picker dialog contain selected day
      Unit hasMonth(Integer monthOfYear) Check if picker dialog contain selected month
      Unit hasYear(Integer year) Check if picker dialog contain selected year
      abstract ViewInteractionDelegate getView()
      • Methods inherited from class io.github.kakaocup.kakao.picker.date.DatePickerAssertion

        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