Skip to content

cryoland/MutationTesting

Repository files navigation

Mutation testing

Example of using Stryker.NET that offers you mutation testing for your .NET Core and .NET Framework projects. It allows you to test your tests by temporarily inserting bugs.

Getting started

Stryker.NET can be installed using NuGet as a dotnet core global tool:

Global install

dotnet tool install -g dotnet-stryker

Usage

Run dotnet stryker in tests project folder

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Mutation testing approach example

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages