Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Ceedling 有一段时间了,我注意到它不能同时使用 FFF(fake framework) 和 Cmock。
例如,假设有一个模块 LED_Driver。(.c/.h)
如果我想对 LED_Driver 中的某些功能使用 mock,同时对 LED_Driver 中的其他功能使用 FFF,该怎么办?