All activity
rached hedialeft a comment
Hi everyone ! I've been frustrated for a long time when trying to unit test c++ code : it was way too cumbersome and error prone to write google mocks manually, create the test files manually or even having to quit the IDE to launch the test runner from the command line. I designed and developped Cepepito to automate those tasks so that testing C++ code becomes way less cumbersome. Hope you'll...

CepepitoVisual studio extension to generate and run C++ unit tests
Cepepito is a Visual Studio extension that let you easily test C++ code by:
- Generating tests skeleton file for any class you want
- Generating mock files (or in clipboard) for any class you want
- Launching and debugging tests right from the editor

CepepitoVisual studio extension to generate and run C++ unit tests
