aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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> {