Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emil-e/rapidcheck
QuickCheck clone for C++ with the goal of being simple to use with as little boilerplate as possible.
https://github.com/emil-e/rapidcheck
Last synced: 18 days ago
JSON representation
QuickCheck clone for C++ with the goal of being simple to use with as little boilerplate as possible.
- Host: GitHub
- URL: https://github.com/emil-e/rapidcheck
- Owner: emil-e
- License: bsd-2-clause
- Created: 2014-05-08T20:19:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T19:13:46.000Z (4 months ago)
- Last Synced: 2024-07-31T22:43:24.892Z (3 months ago)
- Language: C++
- Size: 1.64 MB
- Stars: 984
- Watchers: 37
- Forks: 171
- Open Issues: 111
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-cpp-testing - RapidCheck - is a C++ framework for property based testing inspired by QuickCheck and other similar frameworks. In property based testing, you state facts about your code that given certain precondition should always be true. (Property Based Testing)