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 TypeMethodDescriptionvoidPollingConditions.call(double seconds, groovy.lang.Closure<?> conditions) voidPollingConditions.call(groovy.lang.Closure<?> conditions) voidEvaluates the specified block, which is expected to contain one or more explicit conditions (i.e.voidPollingConditions.eventually(groovy.lang.Closure<?> conditions) Repeatedly evaluates the specified conditions until they are satisfied or the timeout has elapsed.voidPollingConditions.within(double seconds, groovy.lang.Closure<?> conditions) Repeatedly evaluates the specified conditions until they are satisfied or the specified timeout (in seconds) has elapsed.