Class N2oOutputList
java.lang.Object
net.n2oapp.framework.autotest.impl.component.N2oElement
net.n2oapp.framework.autotest.impl.component.N2oComponent
net.n2oapp.framework.autotest.impl.component.control.N2oControl
net.n2oapp.framework.autotest.impl.component.control.N2oOutputList
- All Implemented Interfaces:
Component,Control,OutputList,Element
Компонент вывода многострочного текста для автотестирования
-
Field Summary
Fields inherited from class net.n2oapp.framework.autotest.impl.component.control.N2oControl
INPUT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.codeborne.selenide.ElementsCollectionvoidПроверка пустоты поляvoidshouldHaveDirection(net.n2oapp.framework.api.metadata.meta.control.OutputList.Direction direction) Проверка направления отображения данныхvoidshouldHaveLink(String itemValue, String link) Проверка соответствия ссылки у отображаемой опцииvoidshouldHaveLinkValues(String separator, String[] values, Duration... duration) Проверка соответствия значений и их разделителя у полей с ссылкамиvoidshouldHaveValue(String value, Duration... duration) Проверка значения в полеvoidshouldHaveValues(String separator, String[] values, Duration... duration) Проверка соответствия значений и их разделителяprotected com.codeborne.selenide.ElementsCollectionMethods inherited from class net.n2oapp.framework.autotest.impl.component.control.N2oControl
shouldBeDisabled, shouldBeEnabledMethods 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.control.Control
shouldBeDisabled, shouldBeEnabledMethods inherited from interface net.n2oapp.framework.autotest.api.component.Element
element, setElement
-
Constructor Details
-
N2oOutputList
public N2oOutputList()
-
-
Method Details
-
shouldBeEmpty
public void shouldBeEmpty()Description copied from interface:ControlПроверка пустоты поля- Specified by:
shouldBeEmptyin interfaceControl
-
shouldHaveValue
Description copied from interface:ControlПроверка значения в поле- Specified by:
shouldHaveValuein interfaceControl- Parameters:
value- ожидаемое значение
-
shouldHaveValues
Description copied from interface:OutputListПроверка соответствия значений и их разделителя- Specified by:
shouldHaveValuesin interfaceOutputList- Parameters:
separator- ожидаемый разделительvalues- ожидаемые значения
-
shouldHaveLinkValues
Description copied from interface:OutputListПроверка соответствия значений и их разделителя у полей с ссылками- Specified by:
shouldHaveLinkValuesin interfaceOutputList- Parameters:
separator- ожидаемый разделительvalues- ожидаемые значения
-
shouldHaveDirection
public void shouldHaveDirection(net.n2oapp.framework.api.metadata.meta.control.OutputList.Direction direction) Description copied from interface:OutputListПроверка направления отображения данных- Specified by:
shouldHaveDirectionin interfaceOutputList- Parameters:
direction- ожидаемое направление
-
shouldHaveLink
Description copied from interface:OutputListПроверка соответствия ссылки у отображаемой опции- Specified by:
shouldHaveLinkin interfaceOutputList- Parameters:
itemValue- значение отображаемой опцииlink- ожидаемая ссылка
-
linkedItems
protected com.codeborne.selenide.ElementsCollection linkedItems() -
simpleItems
protected com.codeborne.selenide.ElementsCollection simpleItems()
-