| 62 | } |
| 63 | |
| 64 | class ClassFromProductionCode |
| 65 | { |
| 66 | public: |
| 67 | virtual void importantFunction(){} |
| 68 | virtual ~ClassFromProductionCode() {} |
| 69 | }; |
| 70 | |
| 71 | class ClassFromProductionCodeMock : public ClassFromProductionCode |
| 72 | { |
nothing calls this directly
no outgoing calls
no test coverage detected