jtanistra / spock

Automatically exported from code.google.com/p/spock
0 stars 0 forks source link

Allow unroll naming pattern to be part of method name #231

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Instead of:

@Unroll({"$foo.prop and $bar.method()"})
def doit() { .. }

the following should be possible:

@Unroll
def "#foo.prop and #bar.method()"() { ... }

Original issue reported on code.google.com by pnied...@gmail.com on 17 Feb 2012 at 3:29

GoogleCodeExporter commented 8 years ago

Original comment by pnied...@gmail.com on 17 Feb 2012 at 4:09

GoogleCodeExporter commented 8 years ago

Original comment by pnied...@gmail.com on 17 Feb 2012 at 4:13

GoogleCodeExporter commented 8 years ago

Original comment by pnied...@gmail.com on 21 Feb 2012 at 7:22