Uses of Class
net.thucydides.core.scheduling.SerenityFluentWait
Packages that use SerenityFluentWait
-
Uses of SerenityFluentWait in net.serenitybdd.core.pages
Methods in net.serenitybdd.core.pages that return SerenityFluentWait -
Uses of SerenityFluentWait in net.thucydides.core.scheduling.fluent
Fields in net.thucydides.core.scheduling.fluent declared as SerenityFluentWaitMethods in net.thucydides.core.scheduling.fluent that return SerenityFluentWaitModifier and TypeMethodDescriptionTimeSchedule.hour()TimeSchedule.hours()TimeSchedule.milliseconds()TimeSchedule.minute()TimeSchedule.minutes()TimeSchedule.second()TimeSchedule.seconds()protected SerenityFluentWaitPollingSchedule.updateWaitBy(int amount, TimeUnit unit) protected SerenityFluentWaitTimeoutSchedule.updateWaitBy(int amount, TimeUnit unit) protected abstract SerenityFluentWaitTimeSchedule.updateWaitBy(int amount, TimeUnit unit) Constructors in net.thucydides.core.scheduling.fluent with parameters of type SerenityFluentWaitModifierConstructorDescriptionPollingSchedule(SerenityFluentWait fluentWait, int amount) TimeoutSchedule(SerenityFluentWait fluentWait, int amount) TimeSchedule(SerenityFluentWait fluentWait, int amount)