I was trying to do the unit testing in Gtest for the function BaseClass::Start. I have 2 doubts.
While doing Gtest with C++,
1.Can we mock the non virtual func