Wludzik, Jozef | 2f9f9b8 | 2020-10-13 09:07:45 +0200 | [diff] [blame] | 1 | #pragma once |
2 | |||||
3 | #include "interfaces/report_manager.hpp" | ||||
4 | |||||
5 | #include <gmock/gmock.h> | ||||
6 | |||||
7 | class ReportManagerMock : public interfaces::ReportManager | ||||
8 | { | ||||
9 | public: | ||||
Wludzik, Jozef | 2f9f9b8 | 2020-10-13 09:07:45 +0200 | [diff] [blame] | 10 | MOCK_METHOD(void, removeReport, (const interfaces::Report*), (override)); |
11 | }; |