-
I've been looking for how to do verification of calls that check more complex argument types/values.
I saw in #68 that @reneme used `Verify` with `Matching`:
> Verify(Method(mock, bar).Matching([]…
-
Title says it all:
How do I clear the invocations on a mock, _without resetting it completely_?
**Simple example:**
```
TEST(Add_AlreadyHasItem_ListenerIsNotNotified)
{
auto mock = Mo…
-
-
When trying to set up an expectation for a method that takes a non copyable argument such as a unique_ptr, I get the following message from the compiler (mscv 2015)
```
attempting to reference a del…
-
Hi,
I just found this project and it looks great.
Are releases still being made, or is it recommended to simply use the master branch?
Looking at the Releases page, it seems that in the past …
estan updated
7 years ago
-
Hello.
I've noticed a lot of memory being allocated when using AlwaysDo in my tests. Memory usage steadily increases when a mock is used in long-running loop. You should be able to reproduce it by ru…
-
Hi Ivan,
I'm really enjoying using the unit test features of Platformio to test my code, but I was wondering if there's any possibility of supporting hardware interaction simulation when running in…
-
Description:
I'm currently attempting to use Catch in an MFC application but cannot build for some reason.
#include "stdafx.h"
#include "Test1.h"
#define CATCH_CONFIG_RUNNER
#include "catch.h…
-
GoogleMocks can mock non-virtual methods. Is it possible to use the same strategy with FakeIt?
https://github.com/google/googletest/blob/master/googlemock/docs/v1_7/CookBook.md#mocking-nonvirtual-met…
-
Hello,
Thanks for share your great tool.
I have been using for a while with Visual Studio 2015 Professional without problem.
Recently I have added GMock (downloaded from trunk) to a small tes…