Migrating a C# test suite to property based tests in F# - part 2
Property based tests part 2 - More about generators.
Property based tests part 2 - More about generators.
I’ve been wanting to try property-based testing in a real-life situation for some time, and decided to try it out with the test suite for our open source lib...
Recently when working on a feature for a client, writing the normal barrage of C# null-checks and unit-tests verifying that my model state wasn’t invalid, a ...