This post originated from an RSS feed registered with Java Buzz
by News Manager.
Original Post: Cedric Beust has released TestNG 5.0, an open source testing (unit, functional, and integration)...
Feed Title: Cafe au Lait
Feed URL: http://www.cafeaulait.org/today.rss
Feed Description: Cafe au Lait is the preeminent independent source of Java information on the net. Unlike many other Java sites, Cafe au Lait is neither beholden to specific companies nor to advertisers. At Cafe au Lait you'll find many resources to help you develop your Java programming skills here including daily news summaries, FAQ lists, tutorials, course notes, examples, exercises, book reviews, user groups and more.
Cedric Beust has released TestNG 5.0, an open source testing (unit, functional, and integration) framework based on annotations. Version 5.0 changes the names of the configuration annotations , creates reports in their own directory (one per suite), allows you to specify the suite and test names directly in the @Test annotations, and makes the stack traces friendlier. TestNG is released under the Apache Software License. Java 1.4 or later is required.