Pergunta

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.

Foi útil?

Solução

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.

Outras dicas

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).

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top