Interface TextCell
- All Known Implementing Classes:
N2oTextCell
Ячейка с текстом для автотестирования
-
Method Summary
Modifier and TypeMethodDescriptionvoidshouldHaveIconPosition(net.n2oapp.framework.api.metadata.meta.badge.PositionEnum position) Проверка существования иконки и соответствия ее позицииvoidshouldHaveSubText(String[] text, Duration... duration) Проверка соответствия подтекстаvoidshouldHaveText(String text, Duration... duration) Проверка точного соответствия (без учета регистра) текстаMethods 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
-
Method Details
-
shouldHaveText
Проверка точного соответствия (без учета регистра) текста- Parameters:
text- ожидаемый текст
-
shouldHaveSubText
Проверка соответствия подтекста- Parameters:
text- ожидаемый подтекст
-
shouldHaveIconPosition
void shouldHaveIconPosition(net.n2oapp.framework.api.metadata.meta.badge.PositionEnum position) Проверка существования иконки и соответствия ее позиции- Parameters:
position- ожидаемая позиция иконки
-