Almost all the examples of dynamic tests that I have seen can be redesigned and written using parameterized tests. Thus, this is a practical scenario where dynamic tests are the only option, or at least better suited for parameterized tests.
The only "really" dynamic test case in JUnit 5 docs is not practical.
Any ideas?
Yasin source
share