https://github.com/edopelawi/banditplayground
https://github.com/edopelawi/banditplayground
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/edopelawi/banditplayground
- Owner: edopelawi
- Created: 2015-03-22T15:54:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-23T04:41:03.000Z (over 10 years ago)
- Last Synced: 2025-07-29T02:21:49.274Z (2 months ago)
- Language: C++
- Size: 207 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# banditplayground
A simple project to simulate [Andy Stanton's TDD suite for C++](http://andy.stanton.is/writing/about/unit-testing-and-mocking-in-c/), and learning how to do TDD in C++ properly.
This project name was taken from the main TDD framework that used on it, which is [banditcpp](http://banditcpp.org/index.html). Quite good bridge for those who already spoiled with rspec-like syntax for starting on C++.