电脑技术学习

TESTNG 5.3 发布

dn001
TestNG 5.3 发布。

TestNG是根据JUnit 和 NUnit思想而构建的一个测试框架,但是TestNG增加了许多新的功能使得它变得更加强大与容易使用比如:
*支持JSR 175注释
*灵活的Test配置
*支持默认的runtime和logging JDK功能
*强大的执行模型(不再TestSuite)
*支持独立的测试方法。

官方提到:
The main feature in this new release is the introduction of Annotation Transformers, that I described in a previous post. The full documentation for Annotation Transformers can be found here. As you can see below, the change log is quite big as well, so if we failed to fix a bug you reported or an improvement you requested, please let us know and we'll try to get it in for the next release!

标签: