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

getLastEvaluationValue() - Method in WaitTimeoutException

H

hashCode() - Method in Wait

I

J

K

L

lastEvaluationValue - Field in WaitTimeoutException

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, boolean) - Constructor in Wait
wait - Field in WaitTimeoutException
waitFor(Closure<T>) - 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

_

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 _