Interface DropDownTree.DropDownTreeItem
- All Superinterfaces:
Badge,Component,DropDown.DropDownItem,Element,Expandable
- All Known Implementing Classes:
N2oDropDownTree.N2oDropDownTreeItem
- Enclosing interface:
DropDownTree
public static interface DropDownTree.DropDownTreeItem
extends Expandable, Component, DropDown.DropDownItem
-
Method Summary
Modifier and TypeMethodDescriptionvoidclick()default voidПроверка недоступности для выбораdefault voidПроверка доступности для выбораdefault voidshouldHaveDescription(String description, Duration... duration) Проверка соответствия описанияdefault voidshouldHaveStatusColor(ColorsEnum color) Проверка соответствия цветаMethods inherited from interface net.n2oapp.framework.autotest.api.component.badge.Badge
badgeShouldExists, badgeShouldHaveColor, badgeShouldHaveImage, badgeShouldHaveImagePosition, badgeShouldHaveImageShape, badgeShouldHavePosition, badgeShouldHaveShape, badgeShouldHaveText, badgeShouldNotExists, badgeShouldNotHaveTextMethods 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.DropDown.DropDownItem
shouldBeSelected, shouldHaveValue, shouldNotBeSelectedMethods 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
-
shouldHaveDescription
Description copied from interface:DropDown.DropDownItemПроверка соответствия описания- Specified by:
shouldHaveDescriptionin interfaceDropDown.DropDownItem- Parameters:
description- ожидаемое описание
-
shouldHaveStatusColor
Description copied from interface:DropDown.DropDownItemПроверка соответствия цвета- Specified by:
shouldHaveStatusColorin interfaceDropDown.DropDownItem- Parameters:
color- ожидаемый цвет
-
shouldBeEnabled
default void shouldBeEnabled()Description copied from interface:DropDown.DropDownItemПроверка доступности для выбора- Specified by:
shouldBeEnabledin interfaceDropDown.DropDownItem
-
shouldBeDisabled
default void shouldBeDisabled()Description copied from interface:DropDown.DropDownItemПроверка недоступности для выбора- Specified by:
shouldBeDisabledin interfaceDropDown.DropDownItem
-
click
void click()
-