The example implementation and use can be found here:
https://github.com/gradle/gradle/blob/master/subprojects/integ-test/src/integTes
t/groovy/org/gradle/integtests/daemon/DaemonFunctionalTest.groovy
Basically, I'd like the assertion 'poll' until it passes or reasonable (and
configurable) timeout:
poll {
assert x == y
assert ...
}
poll(5000) {
assert x == y
}
It would be very nice if this feature was in the framework :-D
Original issue reported on code.google.com by szcze...@gmail.com on 1 Sep 2011 at 8:53
Original issue reported on code.google.com by
szcze...@gmail.com
on 1 Sep 2011 at 8:53