Neben den where:-Variablen gibt es auch implizite:
1 2 3 4 5 6 7 8 9 10 |
import spock.lang.Unroll @Unroll def '#iterationIndex hello #myVar (#featureName)'() { expect: true where: myVar << ['moto', 'sunshine', 'world'] } |
ergibt: