-
-
Mock It Right!
An Introduction to Testing with mimic++ (Part 1)
-
Exploiting simultaneous pack-expansion inside macros
A curious solution, for a rare problem.
Even if I try to avoid macros as much as possible when writing regular c++ code, sometimes they are still a valuable option for getting things done. In this case it’s all about a convenience macro, which simplifies the process of declaring mocks with my own c++-20 mocking-framework mimic++. [Read More]