Hi all, I really feel more and more constrained by JUnit these days. The only fancy things we get are setUp and tearDown. thrilling... In the other corner of the ring is TestNG. TestNG comes with many nice things like various configuration hooks (BeforeSuite, BeforeClass, etc), data providers**, test factories and so on. JUnit 4 is only a pale copy of what TestNG provides.
So I'd like to know your opinion about migrating to TestNG. The migration path is fairly easy. TestNG provides a JUnit converter. I've tried it on a few modules. Of course there is no need to migrate all modules now. I'd like to start with axis2-war. Waiting for your +1/-1. -- Alexis http://testng.org/doc/documentation-main.html