Lines Matching refs:StrictMock
89 using testing::StrictMock;
101 StrictMock<MockMdnsService>& service() { return mock_service_; } in service()
103 StrictMock<MockReportingClient>& reporting_client() { in reporting_client()
108 StrictMock<MockDnsDataGraph>& GetMockedGraph() { in GetMockedGraph()
110 graph_ = std::make_unique<StrictMock<MockDnsDataGraph>>(); in GetMockedGraph()
114 return static_cast<StrictMock<MockDnsDataGraph>&>(*graph_); in GetMockedGraph()
129 StrictMock<MockMdnsService> mock_service_;
130 StrictMock<MockReportingClient> reporting_client_;
215 StrictMock<MockCallback> callback;
249 StrictMock<MockCallback> callback2; in TEST_F()
266 StrictMock<MockCallback> callback2; in TEST_F()
298 StrictMock<MockCallback> callback2; in TEST_F()