RichFaces Arquillian Test Commons 4.3.3.Final

Uses of Class
org.richfaces.wait.Wait

Packages that use Wait
org.richfaces.wait   
 

Uses of Wait in org.richfaces.wait
 

Methods in org.richfaces.wait that return Wait
 Wait Wait.dontFail()
          Sets no failure after waiting timeout.
 Wait Wait.failWith(CharSequence failureMessage, Object... arguments)
           Returns preset instance of waiting with given failure message parametrized by given objects.
 Wait Wait.failWith(Exception exception)
           Returns Waiting object initialized with given exception.
 Wait Wait.interval(long interval)
          Returns instance of waiting with same properties like this object and interval set to given interval.
 Wait Wait.noDelay()
          Sets no delay between start of waiting and first test for conditions.
 Wait Wait.timeout(long timeout)
          Returns instance of waiting with same properties like this object and timeout set to given timeout.
 Wait Wait.withDelay(boolean isDelayed)
           Set if testing condition should be delayed of one interval after the start of waiting.
 


RichFaces Arquillian Test Commons 4.3.3.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.