cmockery2 icon indicating copy to clipboard operation
cmockery2 copied to clipboard

Reviving cmockery unit test framework from Google

Results 12 cmockery2 issues
Sort by recently updated
recently updated
newest added

Hi @lpabon , Just noticed (and wanted to inform you) that there's been a little bit of activity over the last few years on the original Google repo.... The link...

This is relevant to me because I'm building something that has warnings on the newer glibc, and since it uses cmockery, they are fatal. -Werror might be useful to the...

Enhance CMockery to support a function call counter to track the number of times a mock function have been called. Then, assert can be done on those function call counter.

When compiling on Windows, we use MinGW32, which compiles a 32-bit executable. As such, the type "size_t" is 32-bit wide even thought the largest type supported (uintmax_t) is 64-bit wide....

Hey there! I'll squash and rebase after some feedback. 1) could you please let me know if you are interested in this feature? 2) am I missing something when it...

The expect_check() and expect_in_set() don't work. They fail even when given the correct expected data. Following is a patch that fixes both functions: diff --git a/src/cmockery.c b/src/cmockery.c index d651e9b..ca6d8b6 100755...

CFakeLib is not a new unit testing framework. However, we could add this library to any existing framework(e.g. cmockery) to enhance the testing capability. It mainly provide a solution about...

need to update distinfo to 1.3.9 release

enhancement

With the sonar-cxx plugin (Community C++) we can get test reports inside SonarQube. This works pretty well as long as you don't try to get more than metrics by using...

Could be very interesting to add [coveralls.io](http://coveralls.io) support to this repo. You can use my repo [Kerrigan29a/lua](https://github.com/Kerrigan29a/lua) (look at [.travis.yml](https://github.com/Kerrigan29a/lua/blob/master/.travis.yml)) as example. It's very easy to use.