-
Hi
I am experimenting FakeIt with CppUTest and the stand-alone single header for use in a training exercise. It works nicely and I had no problem getting it working with CppUTest, but the 10,000 li…
-
Whenever I tried to use FakeIt for tests, the compiler complained that there is a missing header, an undeclared type used, or finally that I wasn't using the API correctly.
I like the way FakeIt work…
-
More of a feature request: i would really liek to see this work with banditcpp. Any experience?
-
Hello, how could I use fakeit inside my unit tests running on the JVM?
-
When executed from a unit test in Android, `Fakeit.init()` throws an exception:
> org.yaml.snakeyaml.error.YAMLException: java.io.IOException: Stream closed
>
> at org.yaml.snakeyaml.reader.Str…
-
https://github.com/eranpeer/FakeIt
Unfortunately my CMake-fu is very low so I have no idea how to pull this into the project. But I wanted to write some tests now just for fun (for the faction PR)…
Fuco1 updated
7 years ago
-
I'm making curl use hyper instead of its native HTTP code.
curl supports trailers but I find no API to get them provided from hyper so until it does, I can't make curl+hyper match the native implem…
-
Hello,
during the upgrade of my project from Visual Studio 2019 to Visual Studio 2022, I encountered a compilation error related to the FakeIt library. Specifically, I’m using the single_header/mst…
-
Without `using namespace fakeit;` macros like When and Verify won't compile. I believe this is due to these macros not expanding to namespace-qualified identifiers in api_macros.hpp Correct me if I'm …
j-mok updated
7 years ago
-
It's good to know if there are some warnings generated when building with a stricter compiler option list.
We compile our project using the following compiler flags:
```
"-std=c++11"
"-Wall"
"-pe…