Interface ScrollspyRegion.GroupItem
- All Superinterfaces:
Component,Element,ScrollspyRegion.Menu
- All Known Implementing Classes:
N2oScrollspyRegion.N2oGroupItem
- Enclosing interface:
- ScrollspyRegion
-
Method Summary
Modifier and TypeMethodDescriptionvoidПроверка наличия разделительной линии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.region.ScrollspyRegion.Menu
dropdownMenuItem, dropdownMenuItem, group, group, menuItem, menuItem, shouldHaveTitle
-
Method Details
-
shouldHaveHeadline
void shouldHaveHeadline()Проверка наличия разделительной линии -
shouldNotHaveHeadline
void shouldNotHaveHeadline()Проверка отсутствия разделительной линии
-