Uses of
Class
io.fluentlenium.assertj.custom.FluentListAssert
-
Uses of FluentListAssert in io.fluentlenium.assertj
Modifier and TypeMethodDescriptionstatic FluentListAssert
FluentLeniumAssertions.assertThat
(FluentList<? extends FluentWebElement> actual) Perform assertions on aFluentList
. -
Uses of FluentListAssert in io.fluentlenium.assertj.custom
Modifier and TypeMethodDescriptionFluentListSizeBuilder.equalTo
(int size) Assert that actual list size is equal to given size.FluentListSizeBuilder.greaterThan
(int size) Assert that actual list size is greater than given size.FluentListSizeBuilder.greaterThanOrEqualTo
(int size) Assert that actual list size is greater than or equal to given size.FluentListAssert.hasAttributeValue
(String attribute, String value) FluentListAssert.hasClasses
(String... classesToFind) FluentListAssert.hasDimension
(org.openqa.selenium.Dimension dimension) FluentListAssert.hasNotAttribute
(String attribute) FluentListAssert.hasNotClass
(String htmlClass) FluentListAssert.hasNotClasses
(String... htmlClasses) FluentListAssert.hasNotText
(String textToFind) FluentListAssert.hasNotTextContaining
(String textToFind) FluentListAssert.hasSize
(int expectedSize) ListStateAssert.hasSize
(int expectedSize) Checks whether the list size is the same as the expected one in the argument.FluentListAssert.hasTagName
(String tagName) FluentListAssert.hasTextContaining
(String textToFind) FluentListAssert.hasTextMatching
(String regexToBeMatched) FluentListAssert.isEmpty()
ListStateAssert.isEmpty()
Checks if the list is empty.FluentListAssert.isNotEmpty()
ListStateAssert.isNotEmpty()
Checks if the list is not empty.FluentListSizeBuilder.lessThan
(int size) Assert that actual list size is less that given size.FluentListSizeBuilder.lessThanOrEqualTo
(int size) Assert that actual list size is less than or equal to given size.FluentListSizeBuilder.notEqualTo
(int size) Assert that actual list size is different to given size.