Class N2oIconCell
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.N2oIconCell
Ячейка таблицы с иконкой для автотестирования
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhover()Наведение мыши на ячейкуprotected com.codeborne.selenide.SelenideElementicon()voidshouldHaveIcon(String icon) Провека иконки ячейки на соответствие ожидаемомуvoidshouldHaveText(String text, Duration... duration) Проверка текста в ячейки на точное соответствие (без учета регистра) ожидаемому значениюMethods inherited from class net.n2oapp.framework.autotest.impl.component.cell.N2oCell
expand, expandIcon, shouldBeCollapsed, shouldBeEmpty, shouldBeExpandable, shouldBeExpanded, shouldHaveAlignment, 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.cell.Cell
expand, shouldBeCollapsed, shouldBeEmpty, shouldBeExpandable, shouldBeExpanded, shouldHaveAlignment, 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
-
N2oIconCell
public N2oIconCell()
-
-
Method Details
-
shouldHaveIcon
Description copied from interface:CellПровека иконки ячейки на соответствие ожидаемому- Specified by:
shouldHaveIconin interfaceCell- Overrides:
shouldHaveIconin classN2oCell- Parameters:
icon- ожидаемое значение иконки
-
shouldHaveText
Description copied from interface:IconCellПроверка текста в ячейки на точное соответствие (без учета регистра) ожидаемому значению- Specified by:
shouldHaveTextin interfaceIconCell- Parameters:
text- ожидаемый текст
-
hover
public void hover()Description copied from interface:CellНаведение мыши на ячейку -
icon
protected com.codeborne.selenide.SelenideElement icon()
-