fsharp-hedgehog
Property tester
A property-based testing framework for .NET
Release with confidence, state-of-the-art property testing for .NET.
272 stars
13 watching
30 forks
Language: F#
last commit: over 1 year ago
Linked from 1 awesome list
csharpdotnetfsharpproperty-based-testingproperty-testingquickchecktesttestingtesting-tools
Related projects:
Repository | Description | Stars |
---|---|---|
hedgehogqa/haskell-hedgehog | A testing framework that automatically generates and runs property tests to ensure software behaves correctly under various conditions. | 677 |
fscheck/fscheck | Automatically tests .NET programs by generating random test cases based on predefined properties | 1,168 |
thejohnfreeman/autocheck | A C++17 testing library for property-based testing using QuickCheck or SmallCheck. | 125 |
bodigrim/smallcheck | A testing library that checks Haskell code properties exhaustively using automatic test case generation | 134 |
dotnet-websharper/core | An F#-based web programming platform including compilers from F# and C# code to JavaScript. | 599 |
alfert/propcheck | A property-based testing framework for Elixir | 376 |
scalaprops/scalaprops | A property-based testing library for Scala that provides features like flexible parameter settings and deterministic testing. | 277 |
clojure/test.check | A testing tool that allows developers to write concise, powerful tests by defining properties of functions that should hold true for all inputs. | 1,122 |
quickchick/quickchick | A Coq plugin for property-based testing of software systems | 254 |
typelevel/scalacheck | A library used to verify properties of software through automated tests | 1,941 |
shmew/fable.jester | A set of F# bindings for popular testing libraries and frameworks to simplify integration testing. | 34 |
fsprojects/fsharp-hashcollections | A fast and immutable map implementation for F#. | 59 |
sshushliapin/sitecore.fakedb | A unit testing framework for Sitecore that allows developers to create and manipulate Sitecore content in memory. | 117 |
persimmon-projects/persimmon | A unit test framework for F# | 41 |
nozzlegear/shopifysharp | A .NET library for interacting with the Shopify API | 760 |