Uses of Class
org.fest.assertions.fluentlenium.custom.FluentListAssert

Packages that use FluentListAssert
org.fest.assertions.fluentlenium   
org.fest.assertions.fluentlenium.custom   
 

Uses of FluentListAssert in org.fest.assertions.fluentlenium
 

Methods in org.fest.assertions.fluentlenium that return FluentListAssert
static FluentListAssert FluentLeniumAssertions.assertThat(FluentList<?> actual)
           
 

Uses of FluentListAssert in org.fest.assertions.fluentlenium.custom
 

Methods in org.fest.assertions.fluentlenium.custom that return FluentListAssert
 FluentListAssert FluentListSizeBuilder.greaterThan(int size)
           
 FluentListAssert FluentListAssert.hasNotText(String textToFind)
          check if at no element of the FluentList contains the text
 FluentListAssert FluentListAssert.hasSize(int expectedSize)
           
 FluentListAssert FluentListAssert.hasText(String textToFind)
          check if at least one element of the FluentList contains the text
 FluentListAssert FluentListSizeBuilder.lessThan(int size)
           
 

Constructors in org.fest.assertions.fluentlenium.custom with parameters of type FluentListAssert
FluentListSizeBuilder(int size, FluentListAssert listeAssert)
           
 



Copyright © 2012 AConsulting. All Rights Reserved.