Class N2oStandardWidget
java.lang.Object
net.n2oapp.framework.autotest.impl.component.N2oElement
net.n2oapp.framework.autotest.impl.component.N2oComponent
net.n2oapp.framework.autotest.impl.component.widget.N2oWidget
net.n2oapp.framework.autotest.impl.component.widget.N2oStandardWidget
- All Implemented Interfaces:
Component,Element,StandardWidget,Widget
- Direct Known Subclasses:
N2oCalendarWidget,N2oCardsWidget,N2oFormWidget,N2oHtmlWidget,N2oListWidget,N2oTableWidget,N2oTilesWidget,N2oTreeWidget
Стандартный виджет для автотестирования
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface net.n2oapp.framework.autotest.api.component.widget.StandardWidget
StandardWidget.WidgetToolbar -
Constructor Summary
Constructors -
Method Summary
Methods 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
-
N2oStandardWidget
public N2oStandardWidget()
-
-
Method Details
-
shouldBeEnabled
public void shouldBeEnabled()Description copied from interface:StandardWidgetПроверка доступности виджета- Specified by:
shouldBeEnabledin interfaceStandardWidget
-
shouldBeDisabled
public void shouldBeDisabled()Description copied from interface:StandardWidgetПроверка недоступности виджета- Specified by:
shouldBeDisabledin interfaceStandardWidget
-
toolbar
- Specified by:
toolbarin interfaceStandardWidget- Returns:
- Панель кнопок виджета для автотестирования
-
alerts
- Specified by:
alertsin interfaceStandardWidget- Returns:
- Предупреждения для автотестирования
-