JUnit parameterized tests: how do I run only 1 specific test from IntelliJ/Eclipse?
I just tested this in Eclipse with a simple parameterized test that always fails on test #4. One is able to right-click on the failed test and select Run. Only that test then executes. Result: Frustratingly, I can’t see what Eclipse did to solve the problem. Nothing is apparently altered in the run configuration. In … Read more