I am trying to build the Testing example from the fruit DI Injection library, it contains a standard int main entrypoint in main.cpp, and has another entrypoint
I am attempting to build the fruit library - https://github.com/google/fruit, in Visual Studio 2019 When I ran the install step for the first time it was unable
I've successfully set up a Mock for injection via fruit using .replace(get*Component).with(getMock*Component) like so: #include <gmock/gmock.h> #include