Logo

Testura

https://github.com/Testura/Testura.Mutation

Are you looking for ways to improve the quality and test coverage of your unit tests? Then Testura and mutation testing may be something for you. Testura is a mutation testing tool/visual studio extension for C# that verifies the quality of your unit tests by injecting different mutations in your production code and then checks whether your unit tests catch them. If your unit tests: - Fail it means that your tests found the mutation and you have good coverage. - Pass it means that the mutant survived and you do not have sufficient coverage of the specific functionality.