Class WebElementStateAssert
java.lang.Object
org.assertj.core.api.AbstractAssert<WebElementStateAssert,WebElementState>
net.serenitybdd.assertions.assertj.WebElementStateAssert
- All Implemented Interfaces:
org.assertj.core.api.Assert<WebElementStateAssert,WebElementState>,org.assertj.core.api.Descriptable<WebElementStateAssert>,org.assertj.core.api.ExtensionPoints<WebElementStateAssert,WebElementState>
public class WebElementStateAssert extends org.assertj.core.api.AbstractAssert<WebElementStateAssert,WebElementState>
-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself, objects, throwUnsupportedExceptionOnEquals -
Constructor Summary
Constructors Constructor Description WebElementStateAssert(WebElementState webElementState) -
Method Summary
Modifier and Type Method Description static WebElementStateAssertassertThat(WebElementState actual)static WebElementStateAssertassertThatElement(WebElementState actual)WebElementStateAssertcontainsOnlyText(java.lang.String expectedText)WebElementStateAssertcontainsSelectOption(java.lang.String expectedOption)WebElementStateAssertcontainsText(java.lang.String expectedText)WebElementStateAssertcontainsValue(java.lang.String expectedValue)WebElementStateAsserthasFocus()WebElementStateAssertisClickable()WebElementStateAssertisCurrentlyEnabled()WebElementStateAssertisCurrentlyVisible()WebElementStateAssertisEnabled()WebElementStateAssertisNotVisible()WebElementStateAssertisPresent()WebElementStateAssertisSelected()WebElementStateAssertisVisible()Methods inherited from class org.assertj.core.api.AbstractAssert
asInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, extracting, extracting, failure, failureWithActualExpected, failWithActualExpectedAndMessage, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, overridingErrorMessage, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, satisfiesAnyOf, setCustomRepresentation, setDescriptionConsumer, setPrintAssertionsDescription, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withFailMessage, withRepresentation, withThreadDumpOnErrorMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.assertj.core.api.Descriptable
as, as, describedAs
-
Constructor Details
-
WebElementStateAssert
-
-
Method Details
-
assertThatElement
-
assertThat
-
isVisible
-
isEnabled
-
isPresent
-
isClickable
-
isSelected
-
isCurrentlyEnabled
-
isNotVisible
-
isCurrentlyVisible
-
hasFocus
-
containsText
-
containsValue
-
containsOnlyText
-
containsSelectOption
-