Uses of Class
org.spockframework.lang.ConditionBlock
-
Packages that use ConditionBlock Package Description spock.util.concurrent Utilities for testing concurrent code. -
-
Uses of ConditionBlock in spock.util.concurrent
Methods in spock.util.concurrent with annotations of type ConditionBlock Modifier and Type Method Description void
PollingConditions. call(double seconds, groovy.lang.Closure<?> conditions)
void
PollingConditions. call(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.
-