Uses of Class
net.thucydides.core.scheduling.SerenityFluentWait
| Package | Description |
|---|---|
| net.serenitybdd.core.pages | |
| net.thucydides.core.scheduling.fluent |
-
Uses of SerenityFluentWait in net.serenitybdd.core.pages
Methods in net.serenitybdd.core.pages that return SerenityFluentWait Modifier and Type Method Description SerenityFluentWaitPageObject. waitForCondition() -
Uses of SerenityFluentWait in net.thucydides.core.scheduling.fluent
Fields in net.thucydides.core.scheduling.fluent declared as SerenityFluentWait Modifier and Type Field Description protected SerenityFluentWaitTimeSchedule. fluentWaitMethods in net.thucydides.core.scheduling.fluent that return SerenityFluentWait Modifier and Type Method Description SerenityFluentWaitTimeSchedule. hour()SerenityFluentWaitTimeSchedule. hours()SerenityFluentWaitTimeSchedule. milliseconds()SerenityFluentWaitTimeSchedule. minute()SerenityFluentWaitTimeSchedule. minutes()SerenityFluentWaitTimeSchedule. second()SerenityFluentWaitTimeSchedule. seconds()protected SerenityFluentWaitPollingSchedule. updateWaitBy(int amount, java.util.concurrent.TimeUnit unit)protected SerenityFluentWaitTimeoutSchedule. updateWaitBy(int amount, java.util.concurrent.TimeUnit unit)protected abstract SerenityFluentWaitTimeSchedule. updateWaitBy(int amount, java.util.concurrent.TimeUnit unit)Constructors in net.thucydides.core.scheduling.fluent with parameters of type SerenityFluentWait Constructor Description PollingSchedule(SerenityFluentWait fluentWait, int amount)TimeoutSchedule(SerenityFluentWait fluentWait, int amount)TimeSchedule(SerenityFluentWait fluentWait, int amount)