rcasia / neotest-java

Neotest adapter for Java.
MIT License
45 stars 25 forks source link

Add support for JUnit Pioneer's @CartesianTest #77

Closed hkupty closed 8 months ago

hkupty commented 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.)

This PR adds support for that new annotation.

Ref: https://junit-pioneer.org/docs/cartesian-product/

hkupty commented 8 months ago

Didn't notice it changed formatting. I pushed again w/ only the annotation added

rcasia commented 8 months ago

Interesting annotation :eyes: