Java Mutation Testing With PIT

In this post we will talk about setting up Pitest for mutation testing. Overview of mutation testing Standard test coverage tools like Clover or EclEmma just check if a given statement or branch is executed by testcases. Mutation testing make sure that the a statement or a branch is executed and verified. Mutation testing achieve […]
Continue reading…