Graphene Implementation 1.0.0.CR3

Uses of Interface
org.jboss.arquillian.ajocado.waiting.Waiting

Packages that use Waiting
org.jboss.arquillian.ajocado.framework.internal   
org.jboss.arquillian.ajocado.waiting   
org.jboss.arquillian.ajocado.waiting.ajax   
org.jboss.arquillian.ajocado.waiting.selenium   
 

Uses of Waiting in org.jboss.arquillian.ajocado.framework.internal
 

Classes in org.jboss.arquillian.ajocado.framework.internal with type parameters of type Waiting
 class WaitingProxy<T extends Waiting<T>>
           
 

Methods in org.jboss.arquillian.ajocado.framework.internal with type parameters of type Waiting
static
<T extends Waiting<T>>
T
WaitingProxy.create(T waiting, GrapheneConfiguration.TimeoutType timeoutType)
           
 

Uses of Waiting in org.jboss.arquillian.ajocado.waiting
 

Classes in org.jboss.arquillian.ajocado.waiting with type parameters of type Waiting
 class DefaultWaiting<T extends Waiting<T>>
          Abstract implementation of immutable class with purpose of waiting with customizable timeout, interval, and failure behaviour and delay on start of waiting.
 interface Waiting<T extends Waiting<T>>
           Interface for implementations of waiting for satisfaction of condition.
 

Classes in org.jboss.arquillian.ajocado.waiting that implement Waiting
 class DefaultWaiting<T extends Waiting<T>>
          Abstract implementation of immutable class with purpose of waiting with customizable timeout, interval, and failure behaviour and delay on start of waiting.
 

Uses of Waiting in org.jboss.arquillian.ajocado.waiting.ajax
 

Subinterfaces of Waiting in org.jboss.arquillian.ajocado.waiting.ajax
 interface AjaxWaiting
           Implementation of waiting for satisfaction of conditions on page after the Ajax request.
 

Classes in org.jboss.arquillian.ajocado.waiting.ajax that implement Waiting
 class DefaultAjaxWaiting
           Implementation of waiting for satisfaction of conditions on page after the Ajax request.
 

Uses of Waiting in org.jboss.arquillian.ajocado.waiting.selenium
 

Subinterfaces of Waiting in org.jboss.arquillian.ajocado.waiting.selenium
 interface SeleniumWaiting
          Implementation of waiting for satisfaction of conditions on page using polling the Selenium API with given question.
 

Classes in org.jboss.arquillian.ajocado.waiting.selenium that implement Waiting
 class DefaultSeleniumWaiting
          Implementation of waiting for satisfaction of conditions on page using polling the Selenium API with given question.
 


Graphene Implementation 1.0.0.CR3

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