JUnit4
JUnit4 is about to appear, but no public release yet.
Seems to get rid of TestSuite and to be using annotation, and I suspect this means Java 1.5 only, (to check ! Seems to be backward compatible…)
TestNG creator Cédric Beust, always ready to argue about big battles like maven vs ant or swing vs swt, is quiclky reviewing it. TestNG is a test framework also.
But all of this is nothing, since… in the last 3 code reviews I have done (on 3 distincts projects), I have seen around 0% of test coverage… ![]()
I need a way to make people understand how this is usefull…
When people start writing test, they are quicly convinced, but before they reach this ultimate phase…. they just seems to think it’s cool to say “we should write test” but don’t see the point.