| Package | Description |
|---|---|
| org.awaitility | |
| org.awaitility.core | |
| org.awaitility.pollinterval |
| Class and Description |
|---|
| PollInterval
A poll interval represents how often Awaitility will pause before reevaluating the supplied condition.
|
| Class and Description |
|---|
| PollInterval
A poll interval represents how often Awaitility will pause before reevaluating the supplied condition.
|
| Class and Description |
|---|
| FibonacciPollInterval
Generates a non-linear poll interval based on the fibonacci sequence: [0, 1, 1, 2, 3, 5, 8, 13, ..]
|
| FixedPollInterval
Generates a fixed (linear) poll interval based on the supplied duration
|
| IterativePollInterval
A poll interval that is generated by a function and a start duration.
|
| PollInterval
A poll interval represents how often Awaitility will pause before reevaluating the supplied condition.
|
Copyright © 2010–2022. All rights reserved.