Package net.thucydides.core.scheduling
Class TimeoutSchedule<T>
java.lang.Object
net.thucydides.core.scheduling.TimeSchedule<T>
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
Constructors Constructor Description TimeoutSchedule(ThucydidesFluentWait<T> fluentWait, int amount) -
Method Summary
Modifier and Type Method Description protected ThucydidesFluentWait<T>updateWaitBy(int amount, java.util.concurrent.TimeUnit unit)Methods inherited from class net.thucydides.core.scheduling.TimeSchedule
hour, hours, milliseconds, minute, minutes, second, secondsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TimeoutSchedule
-
-
Method Details
-
updateWaitBy
- Specified by:
updateWaitByin classTimeSchedule<T>
-