Uses of Package
org.awaitility.pollinterval
Packages that use org.awaitility.pollinterval
-
Classes in org.awaitility.pollinterval used by org.awaitilityClassDescriptionA poll interval represents how often Awaitility will pause before reevaluating the supplied condition.
-
Classes in org.awaitility.pollinterval used by org.awaitility.coreClassDescriptionA poll interval represents how often Awaitility will pause before reevaluating the supplied condition.
-
Classes in org.awaitility.pollinterval used by org.awaitility.pollintervalClassDescriptionGenerates a non-linear poll interval based on the fibonacci sequence: [0, 1, 1, 2, 3, 5, 8, 13, ..]Generates a fixed (linear) poll interval based on the supplied durationA poll interval that is generated by a function and a start duration.A poll interval represents how often Awaitility will pause before reevaluating the supplied condition.