fsharp-hedgehog
Property tester
A property-based testing framework for .NET
Release with confidence, state-of-the-art property testing for .NET.
273 stars
14 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. | 676 |
fscheck/fscheck | Automatically tests .NET programs by generating random test cases based on predefined properties | 1,169 |
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. | 600 |
alfert/propcheck | A property-based testing framework for Elixir | 377 |
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,124 |
quickchick/quickchick | A Coq plugin for property-based testing of software systems | 259 |
typelevel/scalacheck | A library used to verify properties of software through automated tests | 1,944 |
shmew/fable.jester | A set of F# bindings for popular testing libraries and frameworks to simplify integration testing. | 35 |
fsprojects/fsharp-hashcollections | A fast and immutable map implementation for F#. | 62 |
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 | 768 |