我正在使用Cmock +Cmock来测试我的方法。我一直在跟踪这个。在我的项目中,我有一个foo.h和foo.c文件:
foo.c:
#include <nfc/nfc.h>
#include <stdbool.h>
#include "foo.h"
void do_something_with_nfc() {
//... other code
// how might I mock this call? It is a method of nfc.h
bool result = nfc_initiator_transceive