I want to continue using JUnitParams but I am working on a codebase which insists on the use of JUnit Jupiter.
Please add an equivalent of JUnitParamsRunner which works with @ExtendWith
Please do not suggest that I use native JUnit 5 parameterised tests in any comments or responses.