|
||||||||||
| 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<FluentListAssert,FluentList>
org.fest.assertions.fluentlenium.custom.FluentListAssert
public class FluentListAssert
| Field Summary |
|---|
| Fields inherited from class org.fest.assertions.GenericAssert |
|---|
actual, myself |
| Constructor Summary | |
|---|---|
FluentListAssert(FluentList<?> actual)
|
|
| Method Summary | |
|---|---|
FluentListAssert |
hasNotText(String textToFind)
check if at no element of the FluentList contains the text |
FluentListSizeBuilder |
hasSize()
|
FluentListAssert |
hasSize(int expectedSize)
|
FluentListAssert |
hasText(String textToFind)
check if at least one element of the FluentList contains the text |
| 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 FluentListAssert(FluentList<?> actual)
| Method Detail |
|---|
public FluentListAssert hasText(String textToFind)
public FluentListAssert hasNotText(String textToFind)
public FluentListAssert hasSize(int expectedSize)
public FluentListSizeBuilder hasSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||