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
172 forks
Language: C++
last commit: 4 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. 347
nick8325/quickcheck Automated testing of program properties in Haskell programs. 726
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,167
skvadrik/re2c A lexer generator tool that creates efficient and easy-to-debug lexers for various programming languages. 1,094
emilk/configuru An experimental JSON config library for C++ that provides error messages with file name and line number information. 140
libcheck/check A unit testing framework for C. 1,077
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. 162
lispci/fiveam A testing framework for Common Lisp 186
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 111