Class TextAreaAssert
- java.lang.Object
-
- com.epam.jdi.light.asserts.generic.BaseAssert<E>
-
- com.epam.jdi.light.asserts.generic.UIAssert<TextAreaAssert,TextArea>
-
- com.epam.jdi.light.ui.html.asserts.TextAreaAssert
-
- All Implemented Interfaces:
com.epam.jdi.light.asserts.generic.CommonAssert<TextAreaAssert>,com.epam.jdi.light.asserts.generic.HasAssert<TextAreaAssert>,com.epam.jdi.light.asserts.generic.ITextAssert<TextAreaAssert>,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 TextAreaAssert extends com.epam.jdi.light.asserts.generic.UIAssert<TextAreaAssert,TextArea> implements com.epam.jdi.light.asserts.generic.ITextAssert<TextAreaAssert>
Created by Roman Iovlev on 14.02.2018 Email: roman.iovlev.jdi@gmail.com; Skype: roman.iovlev
-
-
Constructor Summary
Constructors Constructor Description TextAreaAssert()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextAreaAssertcolsCount(int colsCount)TextAreaAssertcolsCount(org.hamcrest.Matcher<Integer> condition)TextAreaAssertlines(String... lines)TextAreaAssertlines(List<String> lines)TextAreaAssertlines(org.hamcrest.Matcher<? super List<String>> condition)TextAreaAssertmaxlength(int maxlength)TextAreaAssertmaxlength(org.hamcrest.Matcher<Integer> condition)TextAreaAssertminlength(int minlength)TextAreaAssertminlength(org.hamcrest.Matcher<Integer> condition)TextAreaAssertrowsCount(int rowsCount)TextAreaAssertrowsCount(org.hamcrest.Matcher<Integer> condition)TextAreaAsserttext(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 TextAreaAssert text(org.hamcrest.Matcher<String> condition)
- Specified by:
textin interfacecom.epam.jdi.light.asserts.generic.ITextAssert<TextAreaAssert>
-
rowsCount
public TextAreaAssert rowsCount(org.hamcrest.Matcher<Integer> condition)
-
rowsCount
public TextAreaAssert rowsCount(int rowsCount)
-
colsCount
public TextAreaAssert colsCount(org.hamcrest.Matcher<Integer> condition)
-
colsCount
public TextAreaAssert colsCount(int colsCount)
-
minlength
public TextAreaAssert minlength(org.hamcrest.Matcher<Integer> condition)
-
minlength
public TextAreaAssert minlength(int minlength)
-
maxlength
public TextAreaAssert maxlength(org.hamcrest.Matcher<Integer> condition)
-
maxlength
public TextAreaAssert maxlength(int maxlength)
-
lines
public TextAreaAssert lines(org.hamcrest.Matcher<? super List<String>> condition)
-
lines
public TextAreaAssert lines(String... lines)
-
lines
public TextAreaAssert lines(List<String> lines)
-
-