Uses of Class
org.fluentlenium.core.wait.FluentWait

Packages that use FluentWait
org.fluentlenium.core   
org.fluentlenium.core.wait   
 

Uses of FluentWait in org.fluentlenium.core
 

Methods in org.fluentlenium.core that return FluentWait
 FluentWait Fluent.await()
          wait for an asynchronous call
 

Uses of FluentWait in org.fluentlenium.core.wait
 

Methods in org.fluentlenium.core.wait that return FluentWait
 FluentWait FluentWait.atMost(long timeInMillis)
           
 FluentWait FluentWait.atMost(long duration, TimeUnit unit)
           
 FluentWait FluentWait.ignoreAll(Collection<Class<? extends Throwable>> types)
           
 FluentWait FluentWait.ignoring(Class<? extends RuntimeException> exceptionType)
           
 FluentWait FluentWait.ignoring(Class<? extends RuntimeException> firstType, Class<? extends RuntimeException> secondType)
           
 FluentWait FluentWait.pollingEvery(long duration, TimeUnit unit)
           
 FluentWait FluentWait.until(com.google.common.base.Predicate isTrue)
           
 



Copyright © 2012 AConsulting. All Rights Reserved.