Class N2oRatingCell
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.N2oRatingCell
- All Implemented Interfaces:
Cell,RatingCell,Component,Element
Ячейка таблицы с рейтингом для автотестирования
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.codeborne.selenide.ElementsCollectionvoidshouldHaveMax(int max) Проверка максимально возможного значенияvoidshouldHaveValue(String value, Duration... duration) Проверка актуального значенияvoidВыбор значения рейтинга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
-
N2oRatingCell
public N2oRatingCell()
-
-
Method Details
-
shouldHaveMax
public void shouldHaveMax(int max) Description copied from interface:RatingCellПроверка максимально возможного значения- Specified by:
shouldHaveMaxin interfaceRatingCell- Parameters:
max- максимальное ожидаемое значение
-
shouldHaveValue
Description copied from interface:RatingCellПроверка актуального значения- Specified by:
shouldHaveValuein interfaceRatingCell- Parameters:
value- ожидаемое актуальное значение
-
value
Description copied from interface:RatingCellВыбор значения рейтинга- Specified by:
valuein interfaceRatingCell- Parameters:
value- значение рейтинга
-
ratingInput
protected com.codeborne.selenide.ElementsCollection ratingInput()
-