Class TimeoutSchedule<T>
java.lang.Object
net.thucydides.core.scheduling.fluent.TimeSchedule<T>
net.thucydides.core.scheduling.fluent.TimeoutSchedule<T>
public class TimeoutSchedule<T> extends TimeSchedule<T>
-
Field Summary
Fields inherited from class net.thucydides.core.scheduling.fluent.TimeSchedule
fluentWait -
Constructor Summary
Constructors Constructor Description TimeoutSchedule(SerenityFluentWait fluentWait, int amount) -
Method Summary
Modifier and Type Method Description protected SerenityFluentWaitupdateWaitBy(int amount, java.util.concurrent.TimeUnit unit)Methods inherited from class net.thucydides.core.scheduling.fluent.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>
-