Workshop about Property Based Testing of C++ with RapidCheck.
Build docker image.
./build.sh
Open docker container.
./run.sh
- "Testen mit Rapidcheck und Catch" presented @ Heidelberg Chaostreff March 2016 (no slides / blog post / source code)
- "Property based testing in C++ - How to write 1000s of tests in one sitting?" presented @ code::dive 2016 (slides / source code / video)
- "Property-based testing Using RapidCheck" (slides / source code)
- "Generating test cases so you don’t have to" (blog post)
- vrcordoba/DockerUbuntuGTestGMock (installation of GTest and GMock into ubuntu docker image)