aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Mahak Mukhi <mmukhi@google.com>2017-04-13 14:55:06 -0700
committerGravatar Mahak Mukhi <mmukhi@google.com>2017-04-13 14:55:06 -0700
commitb32e89eb8b3bd1a7b11ff50d0d7c57f92bb91c57 (patch)
tree7f1b33317a3db77161be3756e9b44a32eca298eb
parent2814b5148e9f902ef2893da34cc7a81106668e9a (diff)
added todo
-rw-r--r--include/grpc++/test/mock_stream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/grpc++/test/mock_stream.h b/include/grpc++/test/mock_stream.h
index e1dbd5ae3f..c26ddecb70 100644
--- a/include/grpc++/test/mock_stream.h
+++ b/include/grpc++/test/mock_stream.h
@@ -63,6 +63,8 @@ class MockClientReaderWriter : public ClientReaderWriterInterface<W, R> {
MOCK_METHOD0_T(WritesDone, bool());
};
+// TODO: We do not support mocking an async RPC for now.
+
template <class R>
class MockClientAsyncResponseReader
: public ClientAsyncResponseReaderInterface<R> {