| Package | Description |
|---|---|
| org.awaitility | |
| org.awaitility.core | |
| org.awaitility.pollinterval |
| Modifier and Type | Method and Description |
|---|---|
static void |
Awaitility.setDefaultPollInterval(PollInterval pollInterval)
Sets the default poll interval that all await statements will use.
|
| Modifier and Type | Method and Description |
|---|---|
PollInterval |
ConditionSettings.getPollInterval()
Getter for the field
pollInterval. |
| Modifier and Type | Method and Description |
|---|---|
ConditionFactory |
ConditionFactory.pollInterval(PollInterval pollInterval) |
| Constructor and Description |
|---|
ConditionFactory(String alias,
WaitConstraint timeoutConstraint,
PollInterval pollInterval,
Duration pollDelay,
boolean catchUncaughtExceptions,
ExceptionIgnorer exceptionsIgnorer,
ConditionEvaluationListener conditionEvaluationListener,
ExecutorLifecycle executorLifecycle,
FailFastCondition failFastCondition)
Instantiates a new condition factory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FibonacciPollInterval
Generates a non-linear poll interval based on the fibonacci sequence: [0, 1, 1, 2, 3, 5, 8, 13, ..]
|
class |
FixedPollInterval
Generates a fixed (linear) poll interval based on the supplied duration
|
class |
IterativePollInterval
A poll interval that is generated by a function and a start duration.
|
Copyright © 2010–2022. All rights reserved.