Class N2oTooltip
java.lang.Object
net.n2oapp.framework.autotest.impl.component.N2oElement
net.n2oapp.framework.autotest.impl.component.N2oComponent
net.n2oapp.framework.autotest.impl.component.N2oTooltip
Тултип компонента страницы
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidПроверка того, что тултип пустvoidshouldHaveText(String[] text, Duration... duration) Проверка того, что тултип содержит текст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.Component
should, should, should, shouldBeHidden, shouldBeVisible, shouldExists, shouldHaveCssClass, shouldHaveStyle, shouldNotExistsMethods inherited from interface net.n2oapp.framework.autotest.api.component.Element
element, setElement
-
Constructor Details
-
N2oTooltip
public N2oTooltip()
-
-
Method Details
-
shouldBeEmpty
public void shouldBeEmpty()Description copied from interface:TooltipПроверка того, что тултип пуст- Specified by:
shouldBeEmptyin interfaceTooltip
-
shouldHaveText
Description copied from interface:TooltipПроверка того, что тултип содержит текст- Specified by:
shouldHaveTextin interfaceTooltip- Parameters:
text- ожидаемый текст
-