Class N2oSubPageRegion
java.lang.Object
net.n2oapp.framework.autotest.impl.component.N2oElement
net.n2oapp.framework.autotest.impl.component.N2oComponent
net.n2oapp.framework.autotest.impl.component.region.N2oRegion
net.n2oapp.framework.autotest.impl.component.region.N2oSubPageRegion
- All Implemented Interfaces:
Component,Element,Region,SubPageRegion
Регион подстраниц для автотестирования
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.n2oapp.framework.autotest.impl.component.region.N2oRegion
firstLevelElementsMethods 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
-
N2oSubPageRegion
public N2oSubPageRegion()
-
-
Method Details
-
content
Description copied from interface:SubPageRegionВозвращает страницу внутри <sub-page>- Specified by:
contentin interfaceSubPageRegion- Parameters:
pageClass- тип возвращаемой страницы- Returns:
- компонент страница для автотестирования
-