Interface OutputList
- All Known Implementing Classes:
N2oOutputList
Компонент вывода многострочного текста для автотестирования
-
Method Summary
Modifier and TypeMethodDescriptionvoidshouldHaveDirection(net.n2oapp.framework.api.metadata.meta.control.OutputList.Direction direction) Проверка направления отображения данныхvoidshouldHaveLink(String itemValue, String link) Проверка соответствия ссылки у отображаемой опцииvoidshouldHaveLinkValues(String separator, String[] values, Duration... duration) Проверка соответствия значений и их разделителя у полей с ссылкамиvoidshouldHaveValues(String separator, String[] values, Duration... duration) Проверка соответствия значений и их разделителя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.control.Control
shouldBeDisabled, shouldBeEmpty, shouldBeEnabled, shouldHaveValueMethods inherited from interface net.n2oapp.framework.autotest.api.component.Element
element, setElement
-
Method Details
-
shouldHaveValues
Проверка соответствия значений и их разделителя- Parameters:
separator- ожидаемый разделительvalues- ожидаемые значения
-
shouldHaveLinkValues
Проверка соответствия значений и их разделителя у полей с ссылками- Parameters:
separator- ожидаемый разделительvalues- ожидаемые значения
-
shouldHaveDirection
void shouldHaveDirection(net.n2oapp.framework.api.metadata.meta.control.OutputList.Direction direction) Проверка направления отображения данных- Parameters:
direction- ожидаемое направление
-
shouldHaveLink
Проверка соответствия ссылки у отображаемой опции- Parameters:
itemValue- значение отображаемой опцииlink- ожидаемая ссылка
-