- hasClass(String) - Method in class org.fluentlenium.assertj.custom.FluentListAssert
-
check if at least one element of the FluentList contains the text
- hasClass(String) - Method in class org.fluentlenium.assertj.custom.FluentWebElementAssert
-
check if the element has the class
- hasId(String) - Method in class org.fluentlenium.assertj.custom.FluentListAssert
-
check if an element of the FluentList has the id
- hasId(String) - Method in class org.fluentlenium.assertj.custom.FluentWebElementAssert
-
check if the element has the given id
- hasNotText(String) - Method in class org.fluentlenium.assertj.custom.FluentListAssert
-
check if at no element of the FluentList contains the text
- hasNotText(String) - Method in class org.fluentlenium.assertj.custom.FluentWebElementAssert
-
check if the element does not contain the text
- hasSize(int) - Method in class org.fluentlenium.assertj.custom.FluentListAssert
-
Check the list size
- hasSize() - Method in class org.fluentlenium.assertj.custom.FluentListAssert
-
Check the list size
- hasText(String) - Method in class org.fluentlenium.assertj.custom.AlertAssert
-
Check that the alert box contains the given text
- hasText(String) - Method in class org.fluentlenium.assertj.custom.FluentListAssert
-
check if at least one element of the FluentList contains the text
- hasText(String) - Method in class org.fluentlenium.assertj.custom.FluentWebElementAssert
-
check if the element contains the text
- hasTextMatching(String) - Method in class org.fluentlenium.assertj.custom.FluentWebElementAssert
-
check if the element matches the given regex