moodmosaic

Blog

RSS | All Posts

FsCheck setup in F#

2015-02-08

Learn how to bootstrap FsCheck with xUnit.net in F# using Paket and Fake instead of MSBuild and XML, following the same approach as QuickCheck setup in Haskell.

Read more →

QuickCheck setup in Haskell

2015-01-30

Set up QuickCheck in Haskell using Cabal as both build system and package manager, with step-by-step configuration for property-based testing projects.

Read more →

Why QuickCheck can be useful

2015-01-29

Learn how QuickCheck helps with Test-Driven Development by providing a DSL for creating Equivalence Classes and sophisticated mechanisms for test execution and analytics.

Read more →