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.

GitHub

1k stars
36 watching
171 forks
Language: C++
last commit: 6 months ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
purescript/purescript-quickcheck An implementation of a property-based testing framework in PureScript 104
c-cube/qcheck A QuickCheck-inspired testing library for OCaml that enables property-based testing and random value generation. 354
nick8325/quickcheck Automated testing of program properties in Haskell programs. 728
ia-toki/tcframe Automates generation of test cases for competitive programming problems 157
thejohnfreeman/autocheck A C++17 testing library for property-based testing using QuickCheck or SmallCheck. 125
purescript-contrib/purescript-quickcheck-laws QuickCheck-powered tests for PureScript's core typeclasses 25
fscheck/fscheck Automatically tests .NET programs by generating random test cases based on predefined properties 1,169
skvadrik/re2c Automates the creation of lexical analyzers for various programming languages. 1,113
emilk/configuru A JSON parser/writer for C++11 with features like error messages and pretty printing. 140
libcheck/check A unit testing framework for C. 1,081
nicoabie/quickcheck Randomized testing of program properties in Prolog 22
anthonylloyd/cscheck A C# random testing library with generators and shrinkers for property-based testing of .NET code. 164
lispci/fiveam A testing framework for Common Lisp that provides a structured approach to writing and running tests. 187
testura/testura.code Provides tools and helpers for generating, saving, and compiling C# code programmatically 297
ehmicky/test-each A test runner for generating and executing tests with varying inputs using different algorithms 113