Uses of Enum Class
net.n2oapp.framework.autotest.ColorsEnum
Packages that use ColorsEnum
Package
Description
-
Uses of ColorsEnum in net.n2oapp.framework.autotest
Methods in net.n2oapp.framework.autotest that return ColorsEnumModifier and TypeMethodDescriptionstatic ColorsEnumReturns the enum constant of this class with the specified name.static ColorsEnum[]ColorsEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ColorsEnum in net.n2oapp.framework.autotest.api.collection
Methods in net.n2oapp.framework.autotest.api.collection with parameters of type ColorsEnumModifier and TypeMethodDescriptionvoidCells.shouldHaveColor(ColorsEnum color) Проверка цвета строки по css классу -
Uses of ColorsEnum in net.n2oapp.framework.autotest.api.component
Methods in net.n2oapp.framework.autotest.api.component with parameters of type ColorsEnumModifier and TypeMethodDescriptionvoidDropDown.DropDownItem.shouldHaveStatusColor(ColorsEnum color) Проверка соответствия цветаdefault voidDropDownTree.DropDownTreeItem.shouldHaveStatusColor(ColorsEnum color) -
Uses of ColorsEnum in net.n2oapp.framework.autotest.api.component.badge
Methods in net.n2oapp.framework.autotest.api.component.badge with parameters of type ColorsEnumModifier and TypeMethodDescriptiondefault voidBadge.badgeShouldHaveColor(ColorsEnum color) Проверка цвета на соответствие -
Uses of ColorsEnum in net.n2oapp.framework.autotest.api.component.button
Methods in net.n2oapp.framework.autotest.api.component.button with parameters of type ColorsEnumModifier and TypeMethodDescriptionvoidButton.shouldHaveColor(ColorsEnum color) Проверка цвета кнопки на соответствие ожидаемому значению -
Uses of ColorsEnum in net.n2oapp.framework.autotest.api.component.cell
Methods in net.n2oapp.framework.autotest.api.component.cell with parameters of type ColorsEnumModifier and TypeMethodDescriptionvoidBadgeCell.shouldHaveColor(ColorsEnum color) Проверка цвета ячейки на соответствие ожидаемомуvoidProgressBarCell.shouldHaveColor(ColorsEnum color) Проверка соответствия цвета ячейки -
Uses of ColorsEnum in net.n2oapp.framework.autotest.api.component.control
Methods in net.n2oapp.framework.autotest.api.component.control with parameters of type ColorsEnumModifier and TypeMethodDescriptionvoidProgress.shouldHaveColor(ColorsEnum color) Проверка соответствия цвета поля -
Uses of ColorsEnum in net.n2oapp.framework.autotest.api.component.region
Methods in net.n2oapp.framework.autotest.api.component.region with parameters of type ColorsEnumModifier and TypeMethodDescriptionvoidPanelRegion.shouldHaveBorderColor(ColorsEnum color) Проверка цвета границы -
Uses of ColorsEnum in net.n2oapp.framework.autotest.api.component.snippet
Methods in net.n2oapp.framework.autotest.api.component.snippet with parameters of type ColorsEnumModifier and TypeMethodDescriptionvoidAlert.shouldHaveColor(ColorsEnum color) Проверка цвета на соответствиеvoidStatus.shouldHaveColor(ColorsEnum color) Проверка соответствия текста -
Uses of ColorsEnum in net.n2oapp.framework.autotest.impl.collection
Methods in net.n2oapp.framework.autotest.impl.collection with parameters of type ColorsEnum -
Uses of ColorsEnum in net.n2oapp.framework.autotest.impl.component
Methods in net.n2oapp.framework.autotest.impl.component with parameters of type ColorsEnumModifier and TypeMethodDescriptionvoidN2oDropDown.N2oDropDownItem.shouldHaveStatusColor(ColorsEnum color) -
Uses of ColorsEnum in net.n2oapp.framework.autotest.impl.component.button
Methods in net.n2oapp.framework.autotest.impl.component.button with parameters of type ColorsEnum -
Uses of ColorsEnum in net.n2oapp.framework.autotest.impl.component.cell
Methods in net.n2oapp.framework.autotest.impl.component.cell with parameters of type ColorsEnumModifier and TypeMethodDescriptionvoidN2oBadgeCell.shouldHaveColor(ColorsEnum color) voidN2oProgressBarCell.shouldHaveColor(ColorsEnum color) -
Uses of ColorsEnum in net.n2oapp.framework.autotest.impl.component.control
Methods in net.n2oapp.framework.autotest.impl.component.control with parameters of type ColorsEnum -
Uses of ColorsEnum in net.n2oapp.framework.autotest.impl.component.field
Methods in net.n2oapp.framework.autotest.impl.component.field with parameters of type ColorsEnum -
Uses of ColorsEnum in net.n2oapp.framework.autotest.impl.component.region
Methods in net.n2oapp.framework.autotest.impl.component.region with parameters of type ColorsEnum -
Uses of ColorsEnum in net.n2oapp.framework.autotest.impl.component.snippet
Methods in net.n2oapp.framework.autotest.impl.component.snippet with parameters of type ColorsEnumModifier and TypeMethodDescriptionvoidN2oAlert.shouldHaveColor(ColorsEnum color) voidN2oStatus.shouldHaveColor(ColorsEnum color)