|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fest.assertions.Assert
org.fest.assertions.GenericAssert<FluentWebElementAssert,FluentWebElement>
org.fest.assertions.fluentlenium.custom.FluentWebElementAssert
public class FluentWebElementAssert
| Field Summary |
|---|
| Fields inherited from class org.fest.assertions.GenericAssert |
|---|
actual, myself |
| Constructor Summary | |
|---|---|
FluentWebElementAssert(FluentWebElement actual)
|
|
| Method Summary | |
|---|---|
FluentWebElementAssert |
hasNotText(String textToFind)
check if the element does not contain the text |
FluentWebElementAssert |
hasText(String textToFind)
check if the element contains the text |
FluentWebElementAssert |
isDisplayed()
check if the element is displayed |
FluentWebElementAssert |
isEnabled()
check if the element is enabled |
FluentWebElementAssert |
isNotDisplayed()
check if the element is not displayed |
FluentWebElementAssert |
isNotEnabled()
check if the element is not enabled |
FluentWebElementAssert |
isNotSelected()
check if the element is not selected |
FluentWebElementAssert |
isSelected()
check if the element is selected |
| Methods inherited from class org.fest.assertions.GenericAssert |
|---|
as, as, describedAs, describedAs, doesNotSatisfy, is, isEqualTo, isIn, isIn, isNot, isNotEqualTo, isNotIn, isNotIn, isNotNull, isNotSameAs, isNull, isSameAs, overridingErrorMessage, satisfies |
| Methods inherited from class org.fest.assertions.Assert |
|---|
customErrorMessage, description, description, description, equals, fail, fail, failIfCustomMessageIsSet, failIfCustomMessageIsSet, failure, formattedErrorMessage, hashCode, rawDescription, replaceDefaultErrorMessagesWith |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FluentWebElementAssert(FluentWebElement actual)
| Method Detail |
|---|
public FluentWebElementAssert isEnabled()
public FluentWebElementAssert isNotEnabled()
public FluentWebElementAssert isDisplayed()
public FluentWebElementAssert isNotDisplayed()
public FluentWebElementAssert isSelected()
public FluentWebElementAssert isNotSelected()
public FluentWebElementAssert hasText(String textToFind)
public FluentWebElementAssert hasNotText(String textToFind)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||