Class N2oTilesWidget
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
net.n2oapp.framework.autotest.impl.component.widget.tiles.N2oTilesWidget
- All Implemented Interfaces:
Component,Element,StandardWidget,TilesWidget,Widget
Виджет панели для автотестирования
-
Nested Class Summary
Nested classes/interfaces inherited from class net.n2oapp.framework.autotest.impl.component.widget.N2oStandardWidget
N2oStandardWidget.N2oWidgetToolbarNested 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.widget.N2oStandardWidget
alerts, shouldBeDisabled, shouldBeEnabled, toolbarMethods 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, setElementMethods inherited from interface net.n2oapp.framework.autotest.api.component.widget.StandardWidget
alerts, shouldBeDisabled, shouldBeEnabled, toolbar
-
Constructor Details
-
N2oTilesWidget
public N2oTilesWidget()
-
-
Method Details
-
tile
Description copied from interface:TilesWidgetВозвращает компонент панель необходимого номер- Specified by:
tilein interfaceTilesWidget- Parameters:
index- номер панели- Returns:
- Компонент панель для автотестирования
-
shouldHaveItems
public void shouldHaveItems(int count) Description copied from interface:TilesWidgetПроверка количества панелей в виджете- Specified by:
shouldHaveItemsin interfaceTilesWidget- Parameters:
count- ожидаемое количество
-
paging
- Specified by:
pagingin interfaceTilesWidget- Returns:
- Компонент пагинации для автотестирования
-
tiles
protected com.codeborne.selenide.ElementsCollection tiles()
-