Uses of Class
com.epam.jdi.light.ui.html.asserts.ImageAssert
-
Packages that use ImageAssert Package Description com.epam.jdi.light.ui.html.asserts com.epam.jdi.light.ui.html.elements.common -
-
Uses of ImageAssert in com.epam.jdi.light.ui.html.asserts
Methods in com.epam.jdi.light.ui.html.asserts that return ImageAssert Modifier and Type Method Description ImageAssertImageAssert. alt(String alt)ImageAssertImageAssert. alt(org.hamcrest.Matcher<String> condition)ImageAssertImageAssert. fileName(String src)ImageAssertImageAssert. fileName(org.hamcrest.Matcher<String> condition)ImageAssertImageAssert. height(int height)ImageAssertImageAssert. height(org.hamcrest.Matcher<Integer> condition)ImageAssertImageAssert. src(String src)ImageAssertImageAssert. src(org.hamcrest.Matcher<String> condition)ImageAssertImageAssert. width(int width)ImageAssertImageAssert. width(org.hamcrest.Matcher<Integer> condition) -
Uses of ImageAssert in com.epam.jdi.light.ui.html.elements.common
Methods in com.epam.jdi.light.ui.html.elements.common that return ImageAssert Modifier and Type Method Description ImageAssertImage. is()
-