Class N2oTextCell
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.N2oTextCell
Ячейка с текстом для автотестирования
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhover()Наведение мыши на ячейкуvoidshouldHaveIconPosition(net.n2oapp.framework.api.metadata.meta.badge.Position position) Проверка существования иконки и соответствия ее позицииvoidshouldHaveSubText(String[] text, Duration... duration) Проверка соответствия подтекстаvoidshouldHaveText(String text, Duration... duration) Проверка точного соответствия (без учета регистра) текстаtooltip()Возвращает тултип ячейкиMethods inherited from class net.n2oapp.framework.autotest.impl.component.cell.N2oCell
expand, expandIcon, shouldBeCollapsed, shouldBeEmpty, shouldBeExpandable, shouldBeExpanded, shouldHaveAlignment, shouldHaveIcon, shouldNotBeExpandable, shouldNotHaveIconMethods 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, shouldNotHaveIconMethods 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
-
N2oTextCell
public N2oTextCell()
-
-
Method Details
-
shouldHaveText
Description copied from interface:TextCellПроверка точного соответствия (без учета регистра) текста- Specified by:
shouldHaveTextin interfaceTextCell- Parameters:
text- ожидаемый текст
-
shouldHaveSubText
Description copied from interface:TextCellПроверка соответствия подтекста- Specified by:
shouldHaveSubTextin interfaceTextCell- Parameters:
text- ожидаемый подтекст
-
shouldHaveIconPosition
public void shouldHaveIconPosition(net.n2oapp.framework.api.metadata.meta.badge.Position position) Description copied from interface:TextCellПроверка существования иконки и соответствия ее позиции- Specified by:
shouldHaveIconPositionin interfaceTextCell- Parameters:
position- ожидаемая позиция иконки
-
hover
public void hover()Description copied from interface:CellНаведение мыши на ячейку -
tooltip
Description copied from interface:CellВозвращает тултип ячейки
-