Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 565 Bytes

File metadata and controls

19 lines (10 loc) · 565 Bytes

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.