Class N2oFieldSet
java.lang.Object
net.n2oapp.framework.autotest.impl.component.N2oElement
net.n2oapp.framework.autotest.impl.component.N2oComponent
net.n2oapp.framework.autotest.impl.component.fieldset.N2oFieldSet
- Direct Known Subclasses:
N2oLineFieldSet,N2oMultiFieldSet,N2oSimpleFieldSet
Филдсет для автотестирования
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbadgeShouldHavePosition(BadgePositionEnum position) Проверка позиции баджа на соответствие ожидаемой позицииprotected com.codeborne.selenide.SelenideElementvoidshouldHaveDescription(String description, Duration... duration) Проверка описание на соответствиеvoidПроверка того, что метки не существует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.badge.Badge
badgeShouldExists, badgeShouldHaveColor, badgeShouldHaveImage, badgeShouldHaveImagePosition, badgeShouldHaveImageShape, badgeShouldHaveShape, badgeShouldHaveText, badgeShouldNotExists, badgeShouldNotHaveTextMethods 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, setElementMethods inherited from interface net.n2oapp.framework.autotest.api.component.fieldset.FieldSet
shouldBeEmpty, shouldHaveLabel, shouldNotHaveLabelMethods inherited from interface net.n2oapp.framework.autotest.api.component.fieldset.Help
clickHelp, shouldHaveHelp
-
Constructor Details
-
N2oFieldSet
public N2oFieldSet()
-
-
Method Details
-
shouldHaveDescription
Description copied from interface:FieldSetПроверка описание на соответствие- Specified by:
shouldHaveDescriptionin interfaceFieldSet- Parameters:
description- ожидаемое описание
-
shouldNotHaveDescription
public void shouldNotHaveDescription()Description copied from interface:FieldSetПроверка того, что метки не существует- Specified by:
shouldNotHaveDescriptionin interfaceFieldSet
-
badgeShouldHavePosition
Description copied from interface:BadgeПроверка позиции баджа на соответствие ожидаемой позиции- Specified by:
badgeShouldHavePositionin interfaceBadge- Parameters:
position- ожидаемая позиция баджа
-
description
protected com.codeborne.selenide.SelenideElement description()
-