Searched refs:mock_channel_ (Results 1 – 1 of 1) sorted by relevance
1254 stub_(&mock_channel_), in GeneratedServiceTest()1269 MockRpcChannel mock_channel_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest1287 EXPECT_EQ(&mock_channel_, stub_.channel()); in TEST_F()1365 ASSERT_TRUE(mock_channel_.called_); in TEST_F()1367 EXPECT_EQ(foo_ , mock_channel_.method_ ); in TEST_F()1368 EXPECT_EQ(&mock_controller_, mock_channel_.controller_); in TEST_F()1369 EXPECT_EQ(&foo_request_ , mock_channel_.request_ ); in TEST_F()1370 EXPECT_EQ(&foo_response_ , mock_channel_.response_ ); in TEST_F()1371 EXPECT_EQ(done_.get() , mock_channel_.done_ ); in TEST_F()1374 mock_channel_.Reset(); in TEST_F()[all …]