cost 100 ms
CppUMock for mocking open() function

Is it possible to mock the C open() function using CppUTest ? #include "CppUTest/CommandLineTestRunner.h" #include "CppUTest/TestHarness.h" #include ...

2022-04-07 10:15:14   1   142    c++ / cpputest  
CppUTest on Jenkins

We use CppUTest to run unit tests. This is being performed by Cmake/Ninja where after building the tests, we use ninja to execute them ninja test an ...

CPPUTest multiple defenition of main

Working on getting CPPUTest working with sample application code. I modified couple of make files to get this compiled but now I am facing linker erro ...

2018-11-30 05:20:55   1   22    cpputest  

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM