


The FSharp.Data package contains type providers and utilities to accessĬommon data formats (CSV, HTML, JSON and XML in your F# applications and scripts. NET with support for NuGet packages and git repositories. Crucially, when a property fails, FsCheck automatically displays a minimal counter example.Ī dependency manager for. FsCheck helps you to define properties, observe the distribution of test data, and define test data generators.

Such properties are actually a testable specification of your program. You provide a specification of the program, in the form of properties which functions, methods or objects should satisfy, and FsCheck then tests that the properties hold in a large number of randomly generated cases. Showing the top 5 NuGet packages that depend on FSharp.Core:įsCheck is a tool for testing.
