Class N2oArea
java.lang.Object
net.n2oapp.framework.autotest.impl.component.N2oElement
net.n2oapp.framework.autotest.impl.component.N2oComponent
net.n2oapp.framework.autotest.impl.component.widget.chart.N2oArea
Область виджета диаграмма-область для автотестирования
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.codeborne.selenide.SelenideElementpath()voidshouldHaveHeight(int height) Проверка высоты графикаvoidshouldHaveWidth(int width) Проверка ширины графикаMethods 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.Component
should, should, should, shouldBeHidden, shouldBeVisible, shouldExists, shouldHaveCssClass, shouldHaveStyle, shouldNotExistsMethods inherited from interface net.n2oapp.framework.autotest.api.component.Element
element, setElement
-
Constructor Details
-
N2oArea
public N2oArea()
-
-
Method Details
-
shouldHaveWidth
public void shouldHaveWidth(int width) Description copied from interface:AreaПроверка ширины графика- Specified by:
shouldHaveWidthin interfaceArea- Parameters:
width- ожидаемая ширина графика
-
shouldHaveHeight
public void shouldHaveHeight(int height) Description copied from interface:AreaПроверка высоты графика- Specified by:
shouldHaveHeightin interfaceArea- Parameters:
height- ожидаемая высота графика
-
path
protected com.codeborne.selenide.SelenideElement path()
-