欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

TestNG 6发布 EclipsejunitjsonXMLC 

程序员文章站 2022-03-09 17:19:50
...

http://www.infoq.com/news/2011/03/testng-60

 

Cédric Beust 发布了 TestNG 6.0 , 包含对 Eclipse TestNG plug-in 的改进。

 

本次发次包含两个重要的特性,可以像 使用XML一样使用YAML 来指定 test suite。 JSON was considered but YAML won out on not having to specify "" for string values and to be aimed for human, rather than computer, consumption. Both formats are more suitable for copy/paste lines, which don't involve specifying opening/closing tags, or commenting without having to use XML's <!-- and --> delimiters.

 

另外添加了对 Guice 的支持,用于提供实例注入。

The other key addition is that of Guice , which performs instance injection. Guice is a cut-down dependency injection framework, which supports the JSR-330 @Inject for configuring instances to be supplied at run-time. More information is available in the documentation .

To make it easy wanting to upgrade from JUnit 3.x and 4.x, the Eclipse plug-in provides a way of converting from JUnit tests to TestNG tests. In addition, the Eclipse plug-in also facilitates converting from the XML format to the newer YAML format. The Eclipse plug-in can be updated using the update site and doing “check for updates”.

RelatedVendor Content