rapidcheck
Test generator
A C++ framework for property-based testing
QuickCheck clone for C++ with the goal of being simple to use with as little boilerplate as possible.
1k stars
36 watching
171 forks
Language: C++
last commit: 7 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| An implementation of a property-based testing framework in PureScript | 104 |
| A QuickCheck-inspired testing library for OCaml that enables property-based testing and random value generation. | 354 |
| Automated testing of program properties in Haskell programs. | 728 |
| Automates generation of test cases for competitive programming problems | 157 |
| A C++17 testing library for property-based testing using QuickCheck or SmallCheck. | 125 |
| QuickCheck-powered tests for PureScript's core typeclasses | 25 |
| Automatically tests .NET programs by generating random test cases based on predefined properties | 1,169 |
| Automates the creation of lexical analyzers for various programming languages. | 1,113 |
| A JSON parser/writer for C++11 with features like error messages and pretty printing. | 140 |
| A unit testing framework for C. | 1,081 |
| Randomized testing of program properties in Prolog | 22 |
| A C# random testing library with generators and shrinkers for property-based testing of .NET code. | 164 |
| A testing framework for Common Lisp that provides a structured approach to writing and running tests. | 187 |
| Provides tools and helpers for generating, saving, and compiling C# code programmatically | 297 |
| A test runner for generating and executing tests with varying inputs using different algorithms | 113 |