Hacker News new | ask | show | jobs
by bunderbunder 4086 days ago
I've been considering abandoning AutoFixture for FsCheck.

Partially because that's what AutoFixture's maintainer seems to have done recently. Mostly because FsCheck adds a number of additional features such as automatically reducing failing test cases down to the the simplest failing example it can find that make it very powerful for more complex cases.

One downside, though, is that the C# interfaces are somewhat neglected. It's really a lot nicer to use from F#.

https://fsharp.github.io/FsCheck/