Searched refs:ReportMock (Results 1 – 3 of 3) sorted by relevance
7 class ReportMock : public interfaces::Report class10 explicit ReportMock(const std::string& id) in ReportMock() function in ReportMock19 virtual ~ReportMock() in ~ReportMock()
44 return std::make_unique<NiceMock<ReportMock>>(id); in ReportFactoryMock()
36 std::unique_ptr<ReportMock> reportMockPtr =37 std::make_unique<NiceMock<ReportMock>>(reportParams.reportId());38 ReportMock& reportMock = *reportMockPtr;