Uses of Annotation Type
org.spockframework.lang.ConditionBlock
Packages that use ConditionBlock
-
Uses of ConditionBlock in spock.util.concurrent
Methods in spock.util.concurrent with annotations of type ConditionBlockModifier and TypeMethodDescriptionvoid
PollingConditions.call
(double seconds, groovy.lang.Closure<?> conditions) void
PollingConditions.call
(groovy.lang.Closure<?> conditions) void
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.