Uses of Enum Class
net.n2oapp.framework.autotest.Colors
Packages that use Colors
Package
Description
-
Uses of Colors in net.n2oapp.framework.autotest
Methods in net.n2oapp.framework.autotest that return Colors -
Uses of Colors in net.n2oapp.framework.autotest.api.collection
Methods in net.n2oapp.framework.autotest.api.collection with parameters of type ColorsModifier and TypeMethodDescriptionvoidCells.shouldHaveColor(Colors color) Проверка цвета строки по css классу -
Uses of Colors in net.n2oapp.framework.autotest.api.component
Methods in net.n2oapp.framework.autotest.api.component with parameters of type ColorsModifier and TypeMethodDescriptionvoidDropDown.DropDownItem.shouldHaveStatusColor(Colors color) Проверка соответствия цветаdefault voidDropDownTree.DropDownTreeItem.shouldHaveStatusColor(Colors color) -
Uses of Colors in net.n2oapp.framework.autotest.api.component.badge
Methods in net.n2oapp.framework.autotest.api.component.badge with parameters of type ColorsModifier and TypeMethodDescriptiondefault voidBadge.badgeShouldHaveColor(Colors color) Проверка цвета на соответствие -
Uses of Colors in net.n2oapp.framework.autotest.api.component.button
Methods in net.n2oapp.framework.autotest.api.component.button with parameters of type ColorsModifier and TypeMethodDescriptionvoidButton.shouldHaveColor(Colors color) Проверка цвета кнопки на соответствие ожидаемому значению -
Uses of Colors in net.n2oapp.framework.autotest.api.component.cell
Methods in net.n2oapp.framework.autotest.api.component.cell with parameters of type ColorsModifier and TypeMethodDescriptionvoidBadgeCell.shouldHaveColor(Colors color) Проверка цвета ячейки на соответствие ожидаемомуvoidProgressBarCell.shouldHaveColor(Colors color) Проверка соответствия цвета ячейки -
Uses of Colors in net.n2oapp.framework.autotest.api.component.control
Methods in net.n2oapp.framework.autotest.api.component.control with parameters of type ColorsModifier and TypeMethodDescriptionvoidProgress.shouldHaveColor(Colors color) Проверка соответствия цвета поля -
Uses of Colors in net.n2oapp.framework.autotest.api.component.region
Methods in net.n2oapp.framework.autotest.api.component.region with parameters of type ColorsModifier and TypeMethodDescriptionvoidPanelRegion.shouldHaveBorderColor(Colors color) Проверка цвета границы -
Uses of Colors in net.n2oapp.framework.autotest.api.component.snippet
Methods in net.n2oapp.framework.autotest.api.component.snippet with parameters of type ColorsModifier and TypeMethodDescriptionvoidAlert.shouldHaveColor(Colors color) Проверка цвета на соответствиеvoidStatus.shouldHaveColor(Colors color) Проверка соответствия текста -
Uses of Colors in net.n2oapp.framework.autotest.impl.collection
Methods in net.n2oapp.framework.autotest.impl.collection with parameters of type Colors -
Uses of Colors in net.n2oapp.framework.autotest.impl.component
Methods in net.n2oapp.framework.autotest.impl.component with parameters of type ColorsModifier and TypeMethodDescriptionvoidN2oDropDown.N2oDropDownItem.shouldHaveStatusColor(Colors color) -
Uses of Colors in net.n2oapp.framework.autotest.impl.component.button
Methods in net.n2oapp.framework.autotest.impl.component.button with parameters of type Colors -
Uses of Colors in net.n2oapp.framework.autotest.impl.component.cell
Methods in net.n2oapp.framework.autotest.impl.component.cell with parameters of type ColorsModifier and TypeMethodDescriptionvoidN2oBadgeCell.shouldHaveColor(Colors color) voidN2oProgressBarCell.shouldHaveColor(Colors color) -
Uses of Colors in net.n2oapp.framework.autotest.impl.component.control
Methods in net.n2oapp.framework.autotest.impl.component.control with parameters of type Colors -
Uses of Colors in net.n2oapp.framework.autotest.impl.component.field
Methods in net.n2oapp.framework.autotest.impl.component.field with parameters of type Colors -
Uses of Colors in net.n2oapp.framework.autotest.impl.component.region
Methods in net.n2oapp.framework.autotest.impl.component.region with parameters of type Colors -
Uses of Colors in net.n2oapp.framework.autotest.impl.component.snippet
Methods in net.n2oapp.framework.autotest.impl.component.snippet with parameters of type ColorsModifier and TypeMethodDescriptionvoidN2oAlert.shouldHaveColor(Colors color) voidN2oStatus.shouldHaveColor(Colors color)