I think indeed all tests are using JUnit 3 but I suspect when you opened it that we meant to convert the style to JUnit4, i.e. to make sure we rely on @Test rather than method name test prefix
But I added @Test all over the place. Maybe we talk past each other here?
|