It seems like this is intended. The documentation here: http://junit.org/apidocs/org/junit/runners/Parameterized.html When running a parameterized test class,
I've modified the program by adding a counting variable that is scoped to the class. You can play arround with why this is important on your own time... but
Hi, I tried to generate parameteric tests with JUnit 4.6. I don't know if this is an expected behavior. Test Code @RunWith(Parameterized.class) public class