Configured eclipse indigo SR2 to use junit 4.11 with hamcrest-core-1.3.jar.
Whenever test is run in ide with this:
@Parameters(name = "{0}")
the JUnit console halts at zero. e.g. "0/100".
It works fine in ide without the name parameter. @Parameters //(name = "{0}")
.
It works fine also in command line using ANT with the name parameter.
Tried this on Juno version but the same issue exists. Please help.