Searched refs:updateReport (Results 1 – 1 of 1) sorted by relevance
272 [this](const auto& msg) { updateReport.Call(msg); }); in make()286 NiceMock<MockFunction<void(const messages::UpdateReportInd&)>> updateReport; member in action::TestUpdateReport293 EXPECT_CALL(updateReport, Call(_)).Times(0); in TEST_F()302 EXPECT_CALL(updateReport, in TEST_F()