This post originated from an RSS feed registered with Java Buzz
by News Manager.
Original Post: TestNG 5.0 released
Feed Title: testdriven.com
Feed URL: http://feeds.feedburner.com/testdrivennewslinks?news=10&links=10
Feed Description: Your test-driven development community
* 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.