FsCheck
Property tester
Automatically tests .NET programs by generating random test cases based on predefined properties
Random Testing for .NET
1k stars
42 watching
157 forks
Language: F#
last commit: 2 months ago
Linked from 5 awesome lists
csharpfscheckfsharpquickchecktesting
Related projects:
Repository | Description | Stars |
---|---|---|
| A property-based testing framework for .NET | 273 |
| A C++17 testing library for property-based testing using QuickCheck or SmallCheck. | 125 |
| A C# random testing library with generators and shrinkers for property-based testing of .NET code. | 164 |
| Automated testing of program properties in Haskell programs. | 728 |
| A testing library that generates random data to test program properties in Swift | 1,415 |
| A Coq plugin for property-based testing of software systems | 259 |
| Randomized testing of program properties in Prolog | 22 |
| A QuickCheck-inspired testing library for OCaml that enables property-based testing and random value generation. | 354 |
| A testing library that checks Haskell code properties exhaustively using automatic test case generation | 134 |
| Automates refinement of test properties for Haskell functions by testing mutant variations and providing suggestions for improvement. | 74 |
| A testing tool that allows developers to write concise, powerful tests by defining properties of functions that should hold true for all inputs. | 1,124 |
| A library used to verify properties of software through automated tests | 1,944 |
| An experimental tool for testing C# code by intentionally changing it to see if tests can detect the changes | 66 |
| A collection of asynchronous programming utilities for F# | 163 |
| Utilities for asynchronous programming in F# | 94 |