From what I can tell (by reading the documentation), this may be a design issue. If I use ON_CALL to create a default action and use an EXPECT_CALL for different tests, the EXPECT_CALL will generate an unexpected mock function call if th...
Describe the bug When an EXPECT_CALL is given with .Times(1), sometimes the test results show as green and the console has the following printed: pure virtual method called terminate called without an active exception An example of this ...