Interface Tile
- All Known Implementing Classes:
N2oTile
Компонент панель для автотестирования
-
Method Summary
Modifier and TypeMethodDescriptionblocks()Возвращает блоки с содержанием в виде ячеекvoidshouldHaveHeight(int height) Проверка высоты панелиvoidshouldHaveWidth(int width) Проверка ширины панели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, setElement
-
Method Details
-
blocks
Cells blocks()Возвращает блоки с содержанием в виде ячеек- Returns:
- Ячейки таблицы для автотестирования
-
shouldHaveWidth
void shouldHaveWidth(int width) Проверка ширины панели- Parameters:
width- ожидаемая ширина
-
shouldHaveHeight
void shouldHaveHeight(int height) Проверка высоты панели- Parameters:
height- ожидаемая высота
-