Class LinkAssert
- java.lang.Object
-
- com.epam.jdi.light.asserts.generic.BaseAssert<E>
-
- com.epam.jdi.light.asserts.generic.UIAssert<LinkAssert,Link>
-
- com.epam.jdi.light.ui.html.asserts.LinkAssert
-
- All Implemented Interfaces:
com.epam.jdi.light.asserts.generic.CommonAssert<LinkAssert>,com.epam.jdi.light.asserts.generic.HasAssert<LinkAssert>,com.epam.jdi.light.asserts.generic.ITextAssert<LinkAssert>,com.epam.jdi.light.asserts.generic.JAssert,com.epam.jdi.light.elements.interfaces.base.HasCache,com.epam.jdi.light.elements.interfaces.base.IBaseElement,com.epam.jdi.light.elements.interfaces.base.INamed,com.epam.jdi.light.elements.interfaces.base.JDIElement
public class LinkAssert extends com.epam.jdi.light.asserts.generic.UIAssert<LinkAssert,Link> implements com.epam.jdi.light.asserts.generic.ITextAssert<LinkAssert>
Created by Roman Iovlev on 14.02.2018 Email: roman.iovlev.jdi@gmail.com; Skype: roman.iovlev
-
-
Constructor Summary
Constructors Constructor Description LinkAssert()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkAssertalt(String alt)LinkAssertalt(org.hamcrest.Matcher<String> condition)LinkAssertref(String ref)LinkAssertref(org.hamcrest.Matcher<String> condition)LinkAsserttext(org.hamcrest.Matcher<String> condition)-
Methods inherited from class com.epam.jdi.light.asserts.generic.UIAssert
and, attr, attr, attr, classValue, classValue, condition, core, css, css, cssClass, cssClasses, disabled, disappear, displayed, enabled, hidden, is, notAppear, notAppear, notVisible, set, shown, tag, tag, visible
-
Methods inherited from class com.epam.jdi.light.asserts.generic.BaseAssert
assertResults, base, element, getName, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.epam.jdi.light.asserts.generic.HasAssert
assertThat, has, shouldBe, verify, waitFor, waitFor
-
-
-
-
Method Detail
-
text
public LinkAssert text(org.hamcrest.Matcher<String> condition)
- Specified by:
textin interfacecom.epam.jdi.light.asserts.generic.ITextAssert<LinkAssert>
-
alt
public LinkAssert alt(org.hamcrest.Matcher<String> condition)
-
alt
public LinkAssert alt(String alt)
-
ref
public LinkAssert ref(org.hamcrest.Matcher<String> condition)
-
ref
public LinkAssert ref(String ref)
-
-