Interface LineRegion
- All Superinterfaces:
Component,Element,Expandable,Region
- All Known Implementing Classes:
N2oLineRegion
Регион с горизонтальным делителем для автотестирования
-
Method Summary
Modifier and TypeMethodDescriptioncontent()voidПроверка, что регион скрываемvoidshouldHaveLabel(String title, Duration... duration) Проверка заголовка регионаvoidПроверка, что регион не скрываем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.Expandable
collapse, expand, shouldBeCollapsed, shouldBeExpanded
-
Method Details
-
content
RegionItems content()- Returns:
- Элемент региона (виджет/регион) для автотестирования
-
content
- Parameters:
className- имя класса, по которому будет производиться поиск элементов региона.- Returns:
- Элемент региона (виджет/регион), соответствующий указанному классу
-
shouldBeCollapsible
void shouldBeCollapsible()Проверка, что регион скрываем -
shouldNotBeCollapsible
void shouldNotBeCollapsible()Проверка, что регион не скрываем -
shouldHaveLabel
Проверка заголовка региона- Parameters:
title- ожидаемый заголовок
-