net.thucydides.core.scheduling
Class TimeoutSchedule<T>

Package class diagram package TimeoutSchedule
java.lang.Object
  extended by net.thucydides.core.scheduling.TimeSchedule<T>
      extended by net.thucydides.core.scheduling.TimeoutSchedule<T>

public class TimeoutSchedule<T>
extends TimeSchedule<T>


Field Summary
 
Fields inherited from class net.thucydides.core.scheduling.TimeSchedule
fluentWait
 
Constructor Summary
TimeoutSchedule(ThucydidesFluentWait<T> fluentWait, int amount)
           
 
Method Summary
protected  ThucydidesFluentWait<T> updateWaitBy(int amount, TimeUnit unit)
           
 
Methods inherited from class net.thucydides.core.scheduling.TimeSchedule
hour, hours, milliseconds, minute, minutes, second, seconds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeoutSchedule

public TimeoutSchedule(ThucydidesFluentWait<T> fluentWait,
                       int amount)
Method Detail

updateWaitBy

protected ThucydidesFluentWait<T> updateWaitBy(int amount,
                                               TimeUnit unit)
Specified by:
updateWaitBy in class TimeSchedule<T>


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.