Class ImageAssert
- java.lang.Object
-
- com.epam.jdi.light.asserts.generic.BaseAssert<E>
-
- com.epam.jdi.light.asserts.generic.UIAssert<ImageAssert,Image>
-
- com.epam.jdi.light.ui.html.asserts.ImageAssert
-
- All Implemented Interfaces:
com.epam.jdi.light.asserts.generic.CommonAssert<ImageAssert>,com.epam.jdi.light.asserts.generic.HasAssert<ImageAssert>,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 ImageAssert extends com.epam.jdi.light.asserts.generic.UIAssert<ImageAssert,Image>
Created by Roman Iovlev on 14.02.2018 Email: roman.iovlev.jdi@gmail.com; Skype: roman.iovlev
-
-
Constructor Summary
Constructors Constructor Description ImageAssert()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageAssertalt(String alt)ImageAssertalt(org.hamcrest.Matcher<String> condition)ImageAssertfileName(String src)ImageAssertfileName(org.hamcrest.Matcher<String> condition)ImageAssertheight(int height)ImageAssertheight(org.hamcrest.Matcher<Integer> condition)ImageAssertsrc(String src)ImageAssertsrc(org.hamcrest.Matcher<String> condition)ImageAssertwidth(int width)ImageAssertwidth(org.hamcrest.Matcher<Integer> 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
-
-
-
-
Method Detail
-
src
public ImageAssert src(org.hamcrest.Matcher<String> condition)
-
src
public ImageAssert src(String src)
-
fileName
public ImageAssert fileName(org.hamcrest.Matcher<String> condition)
-
fileName
public ImageAssert fileName(String src)
-
alt
public ImageAssert alt(org.hamcrest.Matcher<String> condition)
-
alt
public ImageAssert alt(String alt)
-
height
public ImageAssert height(org.hamcrest.Matcher<Integer> condition)
-
height
public ImageAssert height(int height)
-
width
public ImageAssert width(org.hamcrest.Matcher<Integer> condition)
-
width
public ImageAssert width(int width)
-
-