https://github.com/dubzzz/property-based-testing-cpp
Property Based Testing in C++ using RapidCheck
https://github.com/dubzzz/property-based-testing-cpp
Last synced: 7 months ago
JSON representation
Property Based Testing in C++ using RapidCheck
- Host: GitHub
- URL: https://github.com/dubzzz/property-based-testing-cpp
- Owner: dubzzz
- License: mit
- Created: 2017-06-28T18:40:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T12:13:02.000Z (almost 8 years ago)
- Last Synced: 2025-01-25T22:38:28.357Z (9 months ago)
- Language: HTML
- Size: 358 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Property Based Testing in C++ using RapidCheck
[](https://travis-ci.org/dubzzz/property-based-testing-cpp)[](https://ci.appveyor.com/project/dubzzz/property-based-testing-cpp)
This repository wants to demonstrate through basic and simple examples the benefits of using property-based-testing in addition to unit-tests.
It relies on ```GoogleTest``` and ```RapidCheck``` frameworks.
```RapidCheck```'s generators are described at:
- https://github.com/emil-e/rapidcheck/blob/master/doc/generators.md
- https://github.com/emil-e/rapidcheck/blob/master/doc/generators_ref.mdTalk: https://dubzzz.github.io/property-based-testing-cpp/talk/talk.v4.html