FsCheck
Get via NuGet
Source Code on GitHub
License (BSD-3-Clause)
Release Notes
Who is using FsCheck?
Getting started
Quick Start
Learning Resources
Documentation
Properties
Generating test data
Running tests
Tips and Tricks
Model-based testing vNext (Experimental)
API Reference
All Namespaces
FsCheck
Shrink<'T> Type
Namespace:
FsCheck.Internals
Assembly: FsCheck.dll
Base Type:
obj
Shrink
keeps a value and the possible shrinks for that value in an n-ary tree. This tree is explored by the test runner to find a smaller value of a counter-example.