Package | Description |
---|---|
spock.util.concurrent |
Utilities for testing concurrent code.
|
Modifier and Type | Method and Description |
---|---|
void |
PollingConditions.call(groovy.lang.Closure<?> conditions)
|
void |
PollingConditions.call(double seconds,
groovy.lang.Closure<?> conditions)
|
void |
AsyncConditions.evaluate(java.lang.Runnable block)
Evaluates the specified block, which is expected to contain
one or more explicit conditions (i.e.
|
void |
PollingConditions.eventually(groovy.lang.Closure<?> conditions)
Repeatedly evaluates the specified conditions until they are satisfied or the timeout has elapsed.
|
void |
PollingConditions.within(double seconds,
groovy.lang.Closure<?> conditions)
Repeatedly evaluates the specified conditions until they are satisfied or the specified timeout (in seconds) has elapsed.
|
Copyright © 2017. All rights reserved