TestNG versão 5.0

Olá

Announcing TestNG 5.0

Quick overview of the main TestNG 5.0 features:

* The configuration annotations are now called @BeforeTest, @BeforeSuite, etc...

* The 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 you friendly stack traces.

Download em: http://testng.org/doc/download.html

[]s
Luca

Qual a vantagem sobre o JUnit normal ?

Se não me engano, num blog do pessoal do Glassfish eles explicaram porque usam o TestNG em vez do JUnit. Não sei exatamente onde está.

TestNG: The next generation of unit testing

olhei o TestNG por cima neste artigo q o cara linkou.
legal, tem coisas bem interessantes.
mas eu acho q é muita configuração para uma coisa tão simples…

prefiro setUp e tearDown.

E tem mais…
http://beust.com/weblog/
http://www.javahispano.org/text.viewer.action?file=cedric_es