Yes but It seems that JUnit 4 works only with Java 5 ?? Arnaud
On 2/18/06, Grzegorz Słowikowski <[EMAIL PROTECTED]> wrote: > Hi All > > JUnit 4.0 has just be released. > > http://sourceforge.net/projects/junit > > What I see is that it uses Java 5 annotations, and it's > not backward compatible with previous releases: > > "The architecture of JUnit 4.0 is a substantial departure > from that of earlier releases. Instead of tagging test classes > by subclassing junit.framework.TestCase and tagging test methods > by starting their name with "test", you now tag test methods > with the @Test annotation." > > It is not compatible with Maven's Surefire module, but maybe it is worth > some attention and future support (like TestNG). > > Greg > >