Interface ChartWidget
- All Known Subinterfaces:
AreaChartWidget
- All Known Implementing Classes:
N2oAreaChartWidget,N2oChartWidget
Виджет - Диаграмма для автотестирования
-
Method Summary
Modifier and TypeMethodDescriptionvoidshouldHaveHeight(int height) Проверка высоты виджетаvoidshouldHaveWidth(int width) Проверка ширины виджетаMethods 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
-
Method Details
-
shouldHaveWidth
void shouldHaveWidth(int width) Проверка ширины виджета- Parameters:
width- ожидаемая ширина виджета
-
shouldHaveHeight
void shouldHaveHeight(int height) Проверка высоты виджета- Parameters:
height- ожидаемая высота виджета
-