What do we expect from tests?
Mutate
Run tests
Analyze
Mutants
Life of mutants
Mutants, I don't hate them.
I just know what they can do.
How to do it?
Install Stryker from dotnet tools
run dotnet stryker
Profit $$
A lot of noise, has to be configured
Property Based Testing
What is it?
A lot of unit tests at once
Shrinking
The thing that QuickCheck does
How to do it?
You have to write some code
Learn FsCheck syntax