| 69 | }; |
| 70 | |
| 71 | class ClassFromProductionCodeMock : public ClassFromProductionCode |
| 72 | { |
| 73 | public: |
| 74 | virtual void importantFunction() |
| 75 | { |
| 76 | mock().actualCall("importantFunction").onObject(this); |
| 77 | } |
| 78 | }; |
| 79 | |
| 80 | TEST(MockDocumentation, SimpleScenarioObject) |
| 81 | { |
nothing calls this directly
no outgoing calls
no test coverage detected