Interface Area
- All Known Implementing Classes:
N2oArea
Область виджета диаграмма-область для автотестирования
-
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- ожидаемая высота графика
-