https://github.com/alchemz/gtest-and-gmock
For unit test with gtest and gmock in C++
https://github.com/alchemz/gtest-and-gmock
Last synced: 3 months ago
JSON representation
For unit test with gtest and gmock in C++
- Host: GitHub
- URL: https://github.com/alchemz/gtest-and-gmock
- Owner: alchemz
- License: mit
- Created: 2018-05-24T05:06:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T20:56:06.000Z (about 7 years ago)
- Last Synced: 2025-01-07T07:16:31.041Z (5 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GTest-and-GMock
For unit test with gtest and gmock in C++
Also include the examples using CATCH(C++ Automated Test Cases in a Header)