Closed hkupty closed 8 months ago
JUnit Pioneer is an extension of JUnit 5 and has a @CartesianTest annotation that allows for multiple parameters (instead of a single parameter in the traditional @ParameterizedTest.)
@CartesianTest
@ParameterizedTest
This PR adds support for that new annotation.
Ref: https://junit-pioneer.org/docs/cartesian-product/
Didn't notice it changed formatting. I pushed again w/ only the annotation added
Interesting annotation :eyes:
JUnit Pioneer is an extension of JUnit 5 and has a
@CartesianTest
annotation that allows for multiple parameters (instead of a single parameter in the traditional@ParameterizedTest
.)This PR adds support for that new annotation.
Ref: https://junit-pioneer.org/docs/cartesian-product/