Class N2oTile
java.lang.Object
net.n2oapp.framework.autotest.impl.component.N2oElement
net.n2oapp.framework.autotest.impl.component.N2oComponent
net.n2oapp.framework.autotest.impl.component.widget.tiles.N2oTile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionblocks()Возвращает блоки с содержанием в виде ячеек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
-
N2oTile
public N2oTile()
-
-
Method Details
-
blocks
Description copied from interface:TileВозвращает блоки с содержанием в виде ячеек -
shouldHaveWidth
public void shouldHaveWidth(int width) Description copied from interface:TileПроверка ширины панели- Specified by:
shouldHaveWidthin interfaceTile- Parameters:
width- ожидаемая ширина
-
shouldHaveHeight
public void shouldHaveHeight(int height) Description copied from interface:TileПроверка высоты панели- Specified by:
shouldHaveHeightin interfaceTile- Parameters:
height- ожидаемая высота
-