Interface TilesWidget
- All Superinterfaces:
Component,Element,StandardWidget,Widget
- All Known Implementing Classes:
N2oTilesWidget
Виджет панели для автотестирования
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.n2oapp.framework.autotest.api.component.widget.StandardWidget
StandardWidget.WidgetToolbar -
Method Summary
Modifier and TypeMethodDescriptionpaging()voidshouldHaveItems(int count) Проверка количества панелей в виджетеtile(int index) Возвращает компонент панель необходимого номерMethods 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
-
Method Details
-
tile
Возвращает компонент панель необходимого номер- Parameters:
index- номер панели- Returns:
- Компонент панель для автотестирования
-
shouldHaveItems
void shouldHaveItems(int count) Проверка количества панелей в виджете- Parameters:
count- ожидаемое количество
-
paging
Paging paging()- Returns:
- Компонент пагинации для автотестирования
-