A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
A
- asBoolean() - Method in UnknownWaitForEvaluationResult
B
C
- calculateTimeoutFrom(Date) - Method in Wait
- calculateTimeoutFromNow() - Method in Wait
D
- DEFAULT_RETRY_INTERVAL - Field in Wait
- 100 milliseconds
- DEFAULT_TIMEOUT - Field in Wait
- 5 seconds
E
- equals(def) - Method in Wait
F
G
- GebException - Class in geb.error
- GebException(Throwable) - Constructor in GebException
- getLastEvaluationValue() - Method in WaitTimeoutException
H
- hashCode() - Method in Wait
I
J
K
L
M
N
O
P
Q
R
S
- sleepForRetryInterval() - Method in Wait
- Blocks the caller for the retryInterval
T
- toString() - Method in UnknownWaitForEvaluationResult
- toString() - Method in Wait
U
- UnknownWaitForEvaluationResult - Class in geb.waiting
- A wrapper that is always falsey when evaluated and holds a Throwable that was returned from last closure evaluation in a waitFor() call.
- UnknownWaitForEvaluationResult(Throwable) - Constructor in UnknownWaitForEvaluationResult
V
W
- Wait - Class in geb.waiting
- Represents a particular configuration of waiting, but does not encompass what is to be waited on.
- Wait(Double, Double) - Constructor in Wait
- waitFor(Closure) - Method in Wait
- Invokes the given block every retryInterval seconds until it returns
a true value according to the Groovy Truth.
- WaitTimeoutException - Class in geb.waiting
- Thrown when a wait operation exceeds its timeout.
- WaitTimeoutException(Wait, Throwable, Object) - Constructor in WaitTimeoutException
X
Y
Z
_
Groovy API Documentation for geb-waiting 0.9.1 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org