Uses of Class
com.epam.jdi.light.ui.html.asserts.TextAreaAssert
-
Packages that use TextAreaAssert Package Description com.epam.jdi.light.ui.html.asserts com.epam.jdi.light.ui.html.elements.common -
-
Uses of TextAreaAssert in com.epam.jdi.light.ui.html.asserts
Methods in com.epam.jdi.light.ui.html.asserts that return TextAreaAssert Modifier and Type Method Description TextAreaAssertTextAreaAssert. colsCount(int colsCount)TextAreaAssertTextAreaAssert. colsCount(org.hamcrest.Matcher<Integer> condition)TextAreaAssertTextAreaAssert. lines(String... lines)TextAreaAssertTextAreaAssert. lines(List<String> lines)TextAreaAssertTextAreaAssert. lines(org.hamcrest.Matcher<? super List<String>> condition)TextAreaAssertTextAreaAssert. maxlength(int maxlength)TextAreaAssertTextAreaAssert. maxlength(org.hamcrest.Matcher<Integer> condition)TextAreaAssertTextAreaAssert. minlength(int minlength)TextAreaAssertTextAreaAssert. minlength(org.hamcrest.Matcher<Integer> condition)TextAreaAssertTextAreaAssert. rowsCount(int rowsCount)TextAreaAssertTextAreaAssert. rowsCount(org.hamcrest.Matcher<Integer> condition)TextAreaAssertTextAreaAssert. text(org.hamcrest.Matcher<String> condition) -
Uses of TextAreaAssert in com.epam.jdi.light.ui.html.elements.common
Methods in com.epam.jdi.light.ui.html.elements.common that return TextAreaAssert Modifier and Type Method Description TextAreaAssertTextArea. is()
-