iipolovinkin / JupiterBank

Test Spring Web Application
1 stars 0 forks source link

JB-74 Consider Mutation Testing #97

Open iipolovinkin opened 8 years ago

iipolovinkin commented 8 years ago

We can see that code coverage is not good metric. As I understand, Mutation testing say: "mutated code should break your tests. If mutated code does not do it - you should improvetest"s.

PITEST:

MUTATION-TESTING:

iipolovinkin commented 8 years ago

http://javatalks.ru/topics/32332 http://www.youtube.com/watch?v=H7Yh0vtIqV4 http://javatalks.ru/topics/35483 http://javatalks.ru/topics/38073