Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dawidlorenz/fffmock
C++ mock system for FFF framework
https://github.com/dawidlorenz/fffmock
c c-plus-plus fake-functions mock tdd
Last synced: 15 days ago
JSON representation
C++ mock system for FFF framework
- Host: GitHub
- URL: https://github.com/dawidlorenz/fffmock
- Owner: DawidLorenz
- License: mit
- Created: 2023-12-02T13:40:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T10:42:57.000Z (about 1 year ago)
- Last Synced: 2024-11-28T15:16:41.167Z (2 months ago)
- Topics: c, c-plus-plus, fake-functions, mock, tdd
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fffmock
Examples of code that make it easier to convert gmock to FFF.
The repository contains implementations of basic functions from the GMock liblitegk using the FFF.h library# Submodules
- fff
- gtest# How to download add to your project
# How to run/build/clean