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