Ok, thanks for clarification. But how do we proceed to have the expected functionality? I don't know what's happening with eclipse but I don't think that
I run junit from eclipse. When I use parameterized tests, the junit output provides no information to identify the individual tests. Is there a way to specify
... As far as I can tell, GUIs for JUnit have been left to the IDE providers. Can you let us know more about your situation if you aren't able to use one of
Kristian, Thank you for the patch. David and I had reviewing it on our list last night but we ended up switching metaphors for the functionality formerly known
... You could look at the Test Anything Protocol, which is used to gather results from tests written in different languages. There is a Java implementation.