Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha3
-
None
Description
This test times out since the nested for loops means it runs 12 configurations inside each test method.
Let's refactor this to use JUnit parameters instead.