Uses of Class
com.epam.jdi.light.ui.html.asserts.LinkAssert
-
Packages that use LinkAssert Package Description com.epam.jdi.light.ui.html.asserts com.epam.jdi.light.ui.html.elements.common -
-
Uses of LinkAssert in com.epam.jdi.light.ui.html.asserts
Methods in com.epam.jdi.light.ui.html.asserts that return LinkAssert Modifier and Type Method Description LinkAssertLinkAssert. alt(String alt)LinkAssertLinkAssert. alt(org.hamcrest.Matcher<String> condition)LinkAssertLinkAssert. ref(String ref)LinkAssertLinkAssert. ref(org.hamcrest.Matcher<String> condition)LinkAssertLinkAssert. text(org.hamcrest.Matcher<String> condition) -
Uses of LinkAssert in com.epam.jdi.light.ui.html.elements.common
Methods in com.epam.jdi.light.ui.html.elements.common that return LinkAssert Modifier and Type Method Description LinkAssertLink. is()
-