Interface IconCell
- All Known Implementing Classes:
N2oIconCell
Ячейка таблицы с иконкой для автотестирования
-
Method Summary
Modifier and TypeMethodDescriptionvoidshouldHaveText(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- ожидаемый текст
-