Skip navigation links
A F G H I L O P 

A

AlertAssert - Class in org.fluentlenium.assertj.custom
Alert assertions.
AlertAssert(AlertImpl) - Constructor for class org.fluentlenium.assertj.custom.AlertAssert
Creates a new assertion object for alert.
assertThat(AlertImpl) - Static method in class org.fluentlenium.assertj.FluentLeniumAssertions
Perform assertions on alert.
assertThat(FluentPage) - Static method in class org.fluentlenium.assertj.FluentLeniumAssertions
Perform assertions on page.
assertThat(FluentWebElement) - Static method in class org.fluentlenium.assertj.FluentLeniumAssertions
Perform assertions on element.
assertThat(FluentList<?>) - Static method in class org.fluentlenium.assertj.FluentLeniumAssertions
Perform assertions on element list.

F

failWithMessage(String, Object...) - Method in class org.fluentlenium.assertj.custom.FluentListAssert
 
failWithMessage(String) - Method in class org.fluentlenium.assertj.custom.FluentWebElementAssert
Secure failWithMessage by escaping String.format tokens when called without arguments.
FluentLeniumAssertions - Class in org.fluentlenium.assertj
FluentLenium assertions entry point.
FluentListAssert - Class in org.fluentlenium.assertj.custom
Element list assertions.
FluentListAssert(FluentList<?>) - Constructor for class org.fluentlenium.assertj.custom.FluentListAssert
Creates a new element list assertion object.
FluentListSizeBuilder - Class in org.fluentlenium.assertj.custom
Builder for fluent list size assertion.
FluentListSizeBuilder(int, FluentListAssert) - Constructor for class org.fluentlenium.assertj.custom.FluentListSizeBuilder
Creates a new fluent list size builder.
FluentWebElementAssert - Class in org.fluentlenium.assertj.custom
Element assertions.
FluentWebElementAssert(FluentWebElement) - Constructor for class org.fluentlenium.assertj.custom.FluentWebElementAssert
Creates a new element assertions object.

G

greaterThan(int) - Method in class org.fluentlenium.assertj.custom.FluentListSizeBuilder
Assert that actual list size is greater than given size.
greaterThanOrEqualTo(int) - Method in class org.fluentlenium.assertj.custom.FluentListSizeBuilder
Assert that actual list size is greater than or equal to given size.

H

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

I

isAt() - Method in class org.fluentlenium.assertj.custom.PageAssert
check if it is at the current page.
isDisplayed() - Method in class org.fluentlenium.assertj.custom.FluentWebElementAssert
check if the element is displayed
isEnabled() - Method in class org.fluentlenium.assertj.custom.FluentWebElementAssert
check if the element is enabled
isNotDisplayed() - Method in class org.fluentlenium.assertj.custom.FluentWebElementAssert
check if the element is not displayed
isNotEnabled() - Method in class org.fluentlenium.assertj.custom.FluentWebElementAssert
check if the element is not enabled
isNotSelected() - Method in class org.fluentlenium.assertj.custom.FluentWebElementAssert
check if the element is not selected
isPresent() - Method in class org.fluentlenium.assertj.custom.AlertAssert
Check that an alert box is present
isSelected() - Method in class org.fluentlenium.assertj.custom.FluentWebElementAssert
check if the element is selected

L

lessThan(int) - Method in class org.fluentlenium.assertj.custom.FluentListSizeBuilder
Assert that actual list size is less that given size.
lessThanOrEqualTo(int) - Method in class org.fluentlenium.assertj.custom.FluentListSizeBuilder
Assert that actual list size is less than or equal to given size.

O

org.fluentlenium.assertj - package org.fluentlenium.assertj
 
org.fluentlenium.assertj.custom - package org.fluentlenium.assertj.custom
 

P

PageAssert - Class in org.fluentlenium.assertj.custom
Page assertions.
PageAssert(FluentPage) - Constructor for class org.fluentlenium.assertj.custom.PageAssert
Creates a new page assertions object.
A F G H I L O P 
Skip navigation links

Copyright © 2016 FluentLenium. All Rights Reserved.