bjjblackbelt
Results
1
issues of
bjjblackbelt
Hello, I am using CPPUTest v4.0. In my tests, I mock two production code functions defined similarly to the following: ```cpp int time_now() { mock("time").actualCall("time_now").returnIntValueOrDefault(0); } int spi_write(spi_t* spi_ptr) {...