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 voidPollingConditions. call(double seconds, groovy.lang.Closure<?> conditions)voidPollingConditions. call(groovy.lang.Closure<?> conditions)voidAsyncConditions. evaluate(java.lang.Runnable block)Evaluates 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.
-