Class N2oProgressBarCell
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.N2oProgressBarCell
- All Implemented Interfaces:
Cell,ProgressBarCell,Component,Element
Ячейка таблицы с ProgressBar для автотестирования
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.n2oapp.framework.autotest.api.component.cell.ProgressBarCell
ProgressBarCell.Size -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.codeborne.selenide.SelenideElementvoidПроверка того, что ячейка с анимацией загрузкиvoidПроверка того, что ячейка с полоскамиvoidshouldHaveColor(Colors color) Проверка соответствия цвета ячейкиvoidПроверка соответствия размера ячейкиvoidshouldHaveValue(String value) Проверка соответствия текста внутри ячейки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
-
N2oProgressBarCell
public N2oProgressBarCell()
-
-
Method Details
-
shouldHaveColor
Description copied from interface:ProgressBarCellПроверка соответствия цвета ячейки- Specified by:
shouldHaveColorin interfaceProgressBarCell- Parameters:
color- ожидаемый цвет
-
shouldHaveValue
Description copied from interface:ProgressBarCellПроверка соответствия текста внутри ячейки- Specified by:
shouldHaveValuein interfaceProgressBarCell- Parameters:
value- ожидаемый текст
-
shouldHaveSize
Description copied from interface:ProgressBarCellПроверка соответствия размера ячейки- Specified by:
shouldHaveSizein interfaceProgressBarCell- Parameters:
size- ожидаемый размер
-
shouldBeAnimated
public void shouldBeAnimated()Description copied from interface:ProgressBarCellПроверка того, что ячейка с анимацией загрузки- Specified by:
shouldBeAnimatedin interfaceProgressBarCell
-
shouldBeStriped
public void shouldBeStriped()Description copied from interface:ProgressBarCellПроверка того, что ячейка с полосками- Specified by:
shouldBeStripedin interfaceProgressBarCell
-
progressBar
protected com.codeborne.selenide.SelenideElement progressBar()
-