Class N2oBadgeCell
java.lang.Object
net.n2oapp.framework.autotest.impl.component.N2oElement
net.n2oapp.framework.autotest.impl.component.N2oComponent
net.n2oapp.framework.autotest.impl.component.cell.N2oCell
net.n2oapp.framework.autotest.impl.component.cell.N2oBadgeCell
Ячейка таблицы с текстом для автотестирования
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbadgeShouldHavePosition(BadgePositionEnum position) Проверка позиции баджа на соответствие ожидаемой позицииvoidbadgeShouldHaveText(String text, Duration... duration) Проверка текста внутри баджа на точное соответствие (не учитывая регистр) ожидаемому текстуvoidshouldHaveColor(ColorsEnum color) Проверка цвета ячейки на соответствие ожидаемомуMethods inherited from class net.n2oapp.framework.autotest.impl.component.cell.N2oCell
expand, expandIcon, hover, shouldBeCollapsed, shouldBeEmpty, shouldBeExpandable, shouldBeExpanded, shouldHaveAlignment, shouldHaveIcon, shouldNotBeExpandable, shouldNotHaveIcon, tooltipMethods inherited from class net.n2oapp.framework.autotest.impl.component.N2oComponent
shouldBeHidden, shouldBeVisible, shouldExists, shouldHaveCssClass, shouldHaveStyle, shouldNotExistsMethods inherited from class net.n2oapp.framework.autotest.impl.component.N2oElement
element, setElementMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.n2oapp.framework.autotest.api.component.badge.Badge
badgeShouldExists, badgeShouldHaveColor, badgeShouldHaveImage, badgeShouldHaveImagePosition, badgeShouldHaveImageShape, badgeShouldHaveShape, badgeShouldNotExists, badgeShouldNotHaveTextMethods inherited from interface net.n2oapp.framework.autotest.api.component.cell.Cell
expand, hover, shouldBeCollapsed, shouldBeEmpty, shouldBeExpandable, shouldBeExpanded, shouldHaveAlignment, shouldHaveIcon, shouldNotBeExpandable, shouldNotHaveIcon, tooltipMethods 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, setElement
-
Constructor Details
-
N2oBadgeCell
public N2oBadgeCell()
-
-
Method Details
-
shouldHaveColor
Description copied from interface:BadgeCellПроверка цвета ячейки на соответствие ожидаемому- Specified by:
shouldHaveColorin interfaceBadgeCell- Parameters:
color- ожидаемый цвет ячейки
-
badgeShouldHaveText
Description copied from interface:BadgeПроверка текста внутри баджа на точное соответствие (не учитывая регистр) ожидаемому тексту- Specified by:
badgeShouldHaveTextin interfaceBadge- Parameters:
text- ожидаемый текст баджа
-
badgeShouldHavePosition
Description copied from interface:BadgeПроверка позиции баджа на соответствие ожидаемой позиции- Specified by:
badgeShouldHavePositionin interfaceBadge- Parameters:
position- ожидаемая позиция баджа
-