CsCheck
Testing library
A C# random testing library with generators and shrinkers for property-based testing of .NET code.
Random testing library for C#
162 stars
9 watching
4 forks
Language: C#
last commit: 9 days ago
Linked from 3 awesome lists
causal-profilingconcurrency-testingmetamorphic-testingmodel-based-testingparallel-testingperformance-testingquickcheckrandomregression-testingstateful-testingtesting
Related projects:
Repository | Description | Stars |
---|---|---|
c-cube/qcheck | A QuickCheck-inspired testing library for OCaml that enables property-based testing and random value generation. | 347 |
fscheck/fscheck | Automatically tests .NET programs by generating random test cases based on predefined properties | 1,168 |
rafael-santiago/cutest | A C library for writing unit tests. | 18 |
comparethemarket/fettle | An experimental tool for testing C# code by intentionally changing it to see if tests can detect the changes | 66 |
nicoabie/quickcheck | Randomized testing of program properties in Prolog | 22 |
parroty/excheck | A testing library for Elixir programming language | 316 |
dariusz-wozniak/list-of-testing-tools-and-frameworks-for-.net | A comprehensive list of tools and frameworks for automated testing in .NET | 550 |
thejohnfreeman/autocheck | A C++17 testing library for property-based testing using QuickCheck or SmallCheck. | 125 |
typelift/swiftcheck | A testing library that generates random data to test program properties in Swift | 1,414 |
libcheck/check | A unit testing framework for C. | 1,077 |
quickchick/quickchick | A Coq plugin for property-based testing of software systems | 254 |
nick8325/quickcheck | Automated testing of program properties in Haskell programs. | 726 |
dalekbaldwin/check-it | A test framework for Common Lisp that uses randomized property-based testing to ensure code reliability and robustness | 51 |
rudymatela/fitspec | Automates refinement of test properties for Haskell functions by testing mutant variations and providing suggestions for improvement. | 74 |
ivaylokenov/mytested.aspnetcore.mvc | A testing library for ASP.NET Core MVC that simplifies the process of writing unit tests for web applications. | 1,725 |