Searched refs:mock_stream (Results 1 – 6 of 6) sorted by relevance
145 mock_stream = mock.Mock(spec=StringIO)146 getpass.unix_getpass(stream=mock_stream)147 mock_stream.flush.assert_called_with()
180 std::unique_ptr<MockStream> mock_stream{new MockStream}; in TEST_F() local181 EXPECT_CALL(*mock_stream, ReadBlocking(_, _, _, _)) in TEST_F()186 .WillOnce(Return(mock_stream.release())); in TEST_F()
2100 "include/grpc++/test/mock_stream.h",2102 "include/grpcpp/test/mock_stream.h",
245 MockPacketStream mock_stream;246 EXPECT_CALL(mock_stream, ...)...;247 .. set more expectations on mock_stream ...248 PacketReader<MockPacketStream> reader(&mock_stream);
2483 "include/grpc++/test/mock_stream.h",2487 "include/grpcpp/test/mock_stream.h",
3234 include/grpc++/test/mock_stream.h3238 include/grpcpp/test/mock_stream.h