Class N2oTooltipListCell
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.N2oTooltipListCell
- All Implemented Interfaces:
Cell,TooltipListCell,Component,Element
Ячейка с тултипом и раскрывающимся текстовым списком для автотестирования
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.codeborne.selenide.SelenideElementvoidclick()Клик по ячейкеprotected com.codeborne.selenide.SelenideElementvoidhover()Наведение мыши на ячейкуvoidПроверка подчеркнутости заголовока пунктиромvoidshouldHaveText(String text, Duration... duration) Проверка точного соответствия (без учета регистра) текстаvoidПроверка не подчеркнутости заголовока пунктиромMethods inherited from class net.n2oapp.framework.autotest.impl.component.cell.N2oCell
expand, expandIcon, 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.cell.Cell
expand, 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
-
N2oTooltipListCell
public N2oTooltipListCell()
-
-
Method Details
-
shouldHaveText
Description copied from interface:TooltipListCellПроверка точного соответствия (без учета регистра) текста- Specified by:
shouldHaveTextin interfaceTooltipListCell- Parameters:
text- ожидаемый текст
-
shouldHaveDashedLabel
public void shouldHaveDashedLabel()Description copied from interface:TooltipListCellПроверка подчеркнутости заголовока пунктиром- Specified by:
shouldHaveDashedLabelin interfaceTooltipListCell
-
shouldNotHaveDashedLabel
public void shouldNotHaveDashedLabel()Description copied from interface:TooltipListCellПроверка не подчеркнутости заголовока пунктиром- Specified by:
shouldNotHaveDashedLabelin interfaceTooltipListCell
-
hover
public void hover()Description copied from interface:CellНаведение мыши на ячейку -
click
public void click()Description copied from interface:TooltipListCellКлик по ячейке- Specified by:
clickin interfaceTooltipListCell
-
dashedLabel
protected com.codeborne.selenide.SelenideElement dashedLabel() -
cellTrigger
protected com.codeborne.selenide.SelenideElement cellTrigger()
-