Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 844 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 844 Bytes

Property Based Testing in C++ using RapidCheck

Build StatusBuild status

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:

Talk: https://dubzzz.github.io/property-based-testing-cpp/talk/talk.v4.html