Currently, I'm (attempting to) migrate existing Junit4 Project to Junit5.
I'm stuck in a place where I have to use both @RepeatedTest and @ParameterizedTest.
Attempting this throws the default exception - No Runnable Methods found
As an alternative, I should be able to pass Parameters to each of my test from two different sources - which ends up in Null values for the second source.