站内搜索: 请输入搜索关键词

当前页面: 开发资料首页业界新闻TESTNG 5.3 发布

TESTNG 5.3 发布

摘要: TestNG 5.3 发布。TestNG是根据JUnit 和 NUnit思想而构建的一个测试框架,但是TestNG增加了许多新的功能使得它变得更加强大与容易使用.
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!
↑返回目录
前一篇: 代码动态生成利器ASM 3.0发布
后一篇: Java EE 5 SDK Update 1 发布