CppUMockGen icon indicating copy to clipboard operation
CppUMockGen copied to clipboard

Mock generator for CppUTest/CppUMock

Results 9 CppUMockGen issues
Sort by recently updated
recently updated
newest added

- Compact pointer tests - Add & to foreach autos

enhancement

In the follow code, the auto generated .cpp code doesn't include the ellipses from the function prototype, causing the code to not compile with a "no matching function defined" error...

bug

Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...

Hello I cannot build it in ArchLinux with clang 12.0.0 Some ideas?

Hi, could you create a conan recipe for CppUMockgGen? http://conan.io/ See also https://github.com/cpputest/cpputest and https://github.com/cpputest/conan-cpputest

enhancement

First off, thank you for this wonderful tool. It is excellent and will save us a lot of time creating and maintaining mocks! Sometimes the TESTs we write have no...

Is there any way to support volatile variables with the expectations, g++ complains about it. I'm testing embedded code and have several functions like the following: void word_write(volatile unsigned short...

> C:\helpme>CppUMockGen.exe --version > CppUMockGen v0.6 I am running into problems generating code with a header file that includes the C++ standard headers. For example: > // "foobar.h" > #ifndef...