jdave.webdriver
Class Retry

java.lang.Object
  extended by jdave.webdriver.Retry

public class Retry
extends java.lang.Object

Author:
Juha Karemo

Nested Class Summary
static interface Retry.WaitForCondition
           
 
Constructor Summary
Retry(int maxRetries)
           
 
Method Summary
static Retry maximumTimesOf(int maxRetries)
           
 void with(Retry.WaitForCondition waitForCondition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Retry

public Retry(int maxRetries)
Method Detail

maximumTimesOf

public static Retry maximumTimesOf(int maxRetries)

with

public void with(Retry.WaitForCondition waitForCondition)


Copyright © 2009. All Rights Reserved.