| Package | Description |
|---|---|
| org.fluentlenium.assertj | |
| org.fluentlenium.assertj.custom |
| Modifier and Type | Method and Description |
|---|---|
static FluentListAssert |
FluentLeniumAssertions.assertThat(FluentList<?> actual)
Perform assertions on element list.
|
| Modifier and Type | Method and Description |
|---|---|
FluentListAssert |
FluentListSizeBuilder.greaterThan(int size)
Assert that actual list size is greater than given size.
|
FluentListAssert |
FluentListAssert.hasClass(String classToFind)
check if at least one element of the FluentList contains the text
|
FluentListAssert |
FluentListAssert.hasId(String idToFind)
check if an element of the FluentList has the id
|
FluentListAssert |
FluentListAssert.hasNotText(String textToFind)
check if at no element of the FluentList contains the text
|
FluentListAssert |
FluentListAssert.hasSize(int expectedSize)
Check the list size
|
FluentListAssert |
FluentListAssert.hasText(String textToFind)
check if at least one element of the FluentList contains the text
|
FluentListAssert |
FluentListSizeBuilder.lessThan(int size)
Assert that actual list size is less that given size.
|
| Constructor and Description |
|---|
FluentListSizeBuilder(int size,
FluentListAssert listAssert)
Creates a new fluent list size builder.
|
Copyright © 2016 FluentLenium. All Rights Reserved.