Class N2oRegionItems
java.lang.Object
net.n2oapp.framework.autotest.impl.collection.N2oComponentsCollection
net.n2oapp.framework.autotest.impl.component.region.N2oRegionItems
- All Implemented Interfaces:
ComponentsCollection,RegionItems
Элемент региона (виджет/регион) для автотестирования
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.n2oapp.framework.autotest.impl.collection.N2oComponentsCollection
elements, setElements, shouldBeEmpty, shouldHaveSizeMethods 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.collection.ComponentsCollection
elements, setElements, shouldBeEmpty, shouldHaveSize
-
Constructor Details
-
N2oRegionItems
public N2oRegionItems()
-
-
Method Details
-
widget
Description copied from interface:RegionItemsВозвращает виджет по номеру на странице- Specified by:
widgetin interfaceRegionItems- Parameters:
index- номер виджетаcomponentClass- возвращаемый тип виджета- Returns:
- Виджет для автотестирования
-
widget
Description copied from interface:RegionItemsВозвращает первый найденный виджет- Specified by:
widgetin interfaceRegionItems- Parameters:
componentClass- возвращаемый тип виджета- Returns:
- Виджет для автотестирования
-
region
Description copied from interface:RegionItemsВозвращает регион по номеру на странице- Specified by:
regionin interfaceRegionItems- Parameters:
index- номер регионаcomponentClass- возвращаемый тип региона- Returns:
- Регион для автотестирования
-
region
Description copied from interface:RegionItemsВозвращает первый найденный регион- Specified by:
regionin interfaceRegionItems- Parameters:
componentClass- возвращаемый тип региона- Returns:
- Регион для автотестирования
-