Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/squer-solutions/mutationtestingstarter
A simple solution to try out Mutation Testing in C# with Stryker.NET
https://github.com/squer-solutions/mutationtestingstarter
Last synced: about 1 month ago
JSON representation
A simple solution to try out Mutation Testing in C# with Stryker.NET
- Host: GitHub
- URL: https://github.com/squer-solutions/mutationtestingstarter
- Owner: squer-solutions
- License: mit
- Created: 2023-09-27T03:29:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-27T03:51:56.000Z (over 1 year ago)
- Last Synced: 2023-09-27T13:16:26.496Z (over 1 year ago)
- Language: C#
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MutationTesting Starter
A simple solution to try out Mutation Testing in C# with [Stryker.NET](https://stryker-mutator.io/docs/stryker-net/introduction/).* The code used as an example is taken from Emily Bache's [Tennis Refactoring Kata](https://github.com/emilybache/Tennis-Refactoring-Kata/tree/main/csharp).