Searched refs:endpoint2 (Results 1 – 1 of 1) sorted by relevance
744 auto endpoint2 = std::make_unique<testing::StrictMock<MockEndpoint>>(); in TEST_F() local745 EXPECT_CALL(*endpoint2, SetService(_)) in TEST_F()749 std::make_shared<MockService>("MockSvc2", std::move(endpoint2)); in TEST_F()792 auto endpoint2 = std::make_unique<testing::StrictMock<MockEndpoint>>(); in TEST_F() local793 EXPECT_CALL(*endpoint2, SetService(_)) in TEST_F()797 std::make_shared<MockService>("MockSvc2", std::move(endpoint2)); in TEST_F()