On our company, we want to start to evaluate a quality of unit tests by creating mutation on our code.
Does anyone know any tool for mutation testing that uses Maven and can be integrated into the hudson?
On our company, we want to start to evaluate a quality of unit tests by creating mutation on our code.
Does anyone know any tool for mutation testing that uses Maven and can be integrated into the hudson?
Assuming Java is your language of choice, PIT is a good tool. I also suggest you read this article Mutation Testing, a step further to the perfection
This thread compares other available tools: How can I perform mutation testing of my Java program?
PIT it the only tool I'm aware of that provides a maven plugin.
A summary of some of the other options is available here