TestNG 5.0 released
Cédric Beust has announced the availability of the latest version of his versatile Java testing tool, TestNG. Here is a short list of changes that have appeared in version 5.0:
* Configuration annotations are now called @BeforeTest, @BeforeSuite, etc…
* Reports are now created in their own directory (one per suite) and a main index file shows a list of all the suites that were just run. They have also received a series of improvements in appearance and content.
* It is now possible to specify the suite and test names directly in the @Test annotations, which allows you to do without a testng.xml.
* expectedExceptions has moved inside @Test.
* TestNG shows friendly stack traces.
Much more information in Cédric’s full announcement. Download TestNG here.






