aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/interop_client.h
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@google.com>2016-09-28 12:19:52 -0700
committerGravatar Noah Eisen <ncteisen@google.com>2016-09-28 12:19:52 -0700
commita27eb1d07a78ae5115b0251b1096811722a8174d (patch)
treef0e1b1d1b99ac84376c98119805143061819aace /test/cpp/interop/interop_client.h
parent942c264861dedd8020fc18d65933e8f4f57e3e46 (diff)
added the unimplemented_call test to interop_client.cc. Next step is to call this from the driver program, run_interop_tests.py
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..a535bf9a5a 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 DoUnimplementedMethod();
// Auth tests.
// username is a string containing the user email
bool DoJwtTokenCreds(const grpc::string& username);