Class N2oMarkdown
java.lang.Object
net.n2oapp.framework.autotest.impl.component.N2oElement
net.n2oapp.framework.autotest.impl.component.N2oComponent
net.n2oapp.framework.autotest.impl.component.snippet.N2oSnippet
net.n2oapp.framework.autotest.impl.component.N2oMarkdown
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionВозвращает маркдаун-кнопку по меткеvoidshouldHaveElement(String cssSelector) Проверка наличия элемента по css селектору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
-
N2oMarkdown
public N2oMarkdown()
-
-
Method Details
-
button
Description copied from interface:MarkdownВозвращает маркдаун-кнопку по метке -
shouldHaveText
Description copied from interface:SnippetПроверка текста на соответствие- Specified by:
shouldHaveTextin interfaceSnippet- Parameters:
text- ожидаемый текст
-
shouldHaveElement
Description copied from interface:MarkdownПроверка наличия элемента по css селектору- Specified by:
shouldHaveElementin interfaceMarkdown- Parameters:
cssSelector- css селектр
-