Skip to content
Snippets Groups Projects
Commit b32e89eb authored by Mahak Mukhi's avatar Mahak Mukhi
Browse files

added todo

parent 2814b514
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,8 @@ class MockClientReaderWriter : public ClientReaderWriterInterface<W, R> { ...@@ -63,6 +63,8 @@ class MockClientReaderWriter : public ClientReaderWriterInterface<W, R> {
MOCK_METHOD0_T(WritesDone, bool()); MOCK_METHOD0_T(WritesDone, bool());
}; };
// TODO: We do not support mocking an async RPC for now.
template <class R> template <class R>
class MockClientAsyncResponseReader class MockClientAsyncResponseReader
: public ClientAsyncResponseReaderInterface<R> { : public ClientAsyncResponseReaderInterface<R> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment