質問

I'm looking at adding TestNG support to http://pitest.org and could do with some real and dirty code to try it out on.

Can anyone suggest some smallish open source projects that are build using maven and use TestNG for unit testing?

For clarity - I am not asking how to configure maven to use TestNG, I am looking for some example projects to use as input to a mutation testing tool.

役に立ちましたか?

解決

Off the top of my head, Seam and Tapestry both use TestNG. Obviously, TestNG itself uses TestNG.

There is also a lot of activity on the Selenium front, check out the Selenium boards.

他のヒント

Usually you only need to add the testng dependency to your pom with scope test and surefire will handle that already...(may be you need to update surefire plugin).

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top