cucumber-reporting icon indicating copy to clipboard operation
cucumber-reporting copied to clipboard

Simplify similar JUnit test (by using the JUnit's Parameterized-Runner)

Open ghostcity opened this issue 4 years ago • 0 comments

As seen by #971, some JUnit tests similar to each other and just differ in the specific test data. JUnit offers the @RunWith(Parameterized.class)-Runner to deal with that in a more compact way.

I'd like to offer such simplification.

ghostcity avatar Nov 08 '20 22:11 ghostcity