hippomocks icon indicating copy to clipboard operation
hippomocks copied to clipboard

Results 37 hippomocks issues
Sort by recently updated
recently updated
newest added

`std::uncaught_exception` is deprecated in C++17 and replaced by `std::uncaught_exceptions` (the plural form). At least MSVC 14.14 is issuing warnings (C4996): ``` hippomocks\hippomocks.h(908): warning C4996: 'std::uncaught_exception': warning STL4006: std::uncaught_exception() is deprecated...

I had a problem whereby some tests would mysteriously fail every now and then, perhaps 1 time out of 20. I mocked a function to return `true`, but sometimes it...

Add a separate implementation for aarch64 which boils down to ``` ldr x17, =0x1122334455667788 br x17 ``` The `x17` register is used as it's allowed to be modified during function...

Hi, Is there any official samples codes laying around somewhere? Seems like it's common problem that people are running into potentially bad sample codes on the internet. I following one...

Either the README and/or the GitHub project description should contain a link to the "official documentation". Because it is not clear whether this is https://app.assembla.com/spaces/hippomocks or http://www.hippomocks.com or both.

https://github.com/dascandy/hippomocks/blob/10960d027b398444ec3ec6ce2487de3db0283ff8/HippoMocks/hippomocks.h#L233 These includes should probably be outside of the namespace definition. In case a class uses one of the functions defined in sys/mman.h, this function is then undefined for the...

Suppose we mock a class that implements two interfaces, and our code uses the second interface, then we cannot expect deletion with ExpectCallDestructor: > terminate called after throwing an instance...

- no package config version file - moved compile options to test project - added opportunity to skip tests

OS: Android 7.0 Android Studio: 2.2.3 NDK: 13.1.3345770 cmake: (min) 3.4.1 test project: https://github.com/games-neox/hippomocks_test0 same code/test does work on an armeabi-v7a device/emulator