Björn Kautler
Björn Kautler
You know that you don't need to use tables? You can also otherwise calculate the data providers. And you can use any Groovy feature and any library and any own...

You could put the to-be-duplicated code in a helper method and call that from the three test methods.
Another option for `cross_product:` would for example be `cross_multiply:` or `combinations:` (though I don't like that one) or `cartesian_product:` (too long and I have to think how to spell it...
It now also works between data tables with different separator types
Maybe ``` expect: 'combination having size 2' where: 'column is a or b' combine: 'with row 1 or 2' ``` ? Or do you have a better idea? Or would...
In its current shape only data tables can be combined with each other and it only combines the table before it with the table after it. Maybe it will be...
> Combination of data variables is not necessary Fully agreed, that makes no sense > data variables should be possible like before and have access to the resulting columns of...
It's hanging at me currently. I need to do some changes and don't have the time for it right now.
Actually `ASM4` is used on two places, `EmptyAnnotationVisitor` and `SpecClassFileVisitor`. @szpak what version you have on the classpath is irrelevant, as you specify the version you want to use by...