aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/interop_client.h
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2016-09-14 15:01:16 -0700
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2016-09-14 15:01:16 -0700
commit1ed0b8e3d72abcc4788e89cab4caa4e8c0083985 (patch)
tree304e0cefda1020d57d878208b5614f0cc6d0670d /test/cpp/interop/interop_client.h
parent83374d51662899adc08966ccca0d8d407f626df2 (diff)
Add interop test for Cacheable Unary Calls
modified interop test spec doc added CacheableUnaryCall to test.proto modified server and client implmenentations to support new method
Diffstat (limited to 'test/cpp/interop/interop_client.h')
-rw-r--r--test/cpp/interop/interop_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/interop/interop_client.h b/test/cpp/interop/interop_client.h
index eb886fcb7e..1e89f0987d 100644
--- a/test/cpp/interop/interop_client.h
+++ b/test/cpp/interop/interop_client.h
@@ -79,6 +79,7 @@ class InteropClient {
bool DoEmptyStream();
bool DoStatusWithMessage();
bool DoCustomMetadata();
+ bool DoCacheableUnary();
// Auth tests.
// username is a string containing the user email
bool DoJwtTokenCreds(const grpc::string& username);