which test? I ignored a unit test on purpose to see if the number of `I`'s would increase and got `I....I`
– pannyFeb 07 '13 at 13:17
In the example you gave, it's the sixth one. The output from JUnit Core isn't very verbose :-). Seriously, most of the time you'll run your tests through an IDE.
– Matthew FarwellFeb 07 '13 at 14:53