Lançado a versão 5.3 do TestNG, framework para teste unitário.
Entre as novas features, estão:
- annotation transformer
- A generic/extensible RemoteTestNG was added to the core
- Attribute dataProviderClass for @Test and @testng.test
- testng.xml now supports suite-files
- Ant task can receive several listeners
- Ant task can now select the parallel mode for running tests
- Ant task can override default suite and test names
- Command line support for setting parallel mode, suite and test names
Fonte:
Artima
No TSS há um exemplo de uso de annotation transformer
Confira aqui