Class N2oCalendarEvent
java.lang.Object
net.n2oapp.framework.autotest.impl.component.N2oElement
net.n2oapp.framework.autotest.impl.component.N2oComponent
net.n2oapp.framework.autotest.impl.component.widget.calendar.N2oCalendarEvent
- All Implemented Interfaces:
Component,Element,CalendarEvent
Событие календаря для автотестирования
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclick()voidshouldHaveTooltipTitle(String title, Duration... duration) voidMethods inherited from class net.n2oapp.framework.autotest.impl.component.N2oComponent
shouldBeHidden, shouldBeVisible, shouldExists, shouldHaveCssClass, shouldHaveStyle, shouldNotExistsMethods inherited from class net.n2oapp.framework.autotest.impl.component.N2oElement
element, setElementMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.n2oapp.framework.autotest.api.component.Component
should, should, should, shouldBeHidden, shouldBeVisible, shouldExists, shouldHaveCssClass, shouldHaveStyle, shouldNotExistsMethods inherited from interface net.n2oapp.framework.autotest.api.component.Element
element, setElement
-
Constructor Details
-
N2oCalendarEvent
public N2oCalendarEvent()
-
-
Method Details
-
shouldHaveTooltipTitle
- Specified by:
shouldHaveTooltipTitlein interfaceCalendarEvent
-
shouldNotHaveTooltip
public void shouldNotHaveTooltip()- Specified by:
shouldNotHaveTooltipin interfaceCalendarEvent
-
click
public void click()- Specified by:
clickin interfaceCalendarEvent
-