Class N2oLinkCell
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.N2oLinkCell
Ячейка таблицы с ссылкой для автотестирования
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclick()Клик по ячейкеvoidshouldHaveHref(String href) Проверка того, что ячейка содержит ожидаемую ссылкуvoidshouldHaveText(String text, Duration... duration) Проверка того, что ячейка содержит точное значение ожидаемого текст (без учета регистра)voidshouldNotHaveText(Duration... duration) Проверка того, что ячейка не содержит текста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.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
-
N2oLinkCell
public N2oLinkCell()
-
-
Method Details
-
click
public void click()Description copied from interface:LinkCellКлик по ячейке -
shouldHaveHref
Description copied from interface:LinkCellПроверка того, что ячейка содержит ожидаемую ссылку- Specified by:
shouldHaveHrefin interfaceLinkCell- Parameters:
href- ожидаемая ссылка
-
shouldHaveText
Description copied from interface:LinkCellПроверка того, что ячейка содержит точное значение ожидаемого текст (без учета регистра)- Specified by:
shouldHaveTextin interfaceLinkCell- Parameters:
text- ожидаемый текст
-
shouldNotHaveText
Description copied from interface:LinkCellПроверка того, что ячейка не содержит текста- Specified by:
shouldNotHaveTextin interfaceLinkCell
-