/DotNet-Mutation-Testing-Example

An example repository showing why mutation testing is important

Primary LanguageC#Boost Software License 1.0BSL-1.0

Mutation example

This is a practical example explaining why having 100% code coverage doesn't mean your tests are good.

Running Stryker

This repository uses Stryker for dotnet.

To make it easier on you we've added a bash script in the root that runs stryker for you.
Just open the console in the root directory and run:

. stryker.bash

If you're on windows you can use the git-bash or WSL to run this bash.