aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/interop_client.h
diff options
context:
space:
mode:
authorGravatar Abhishek Kumar <abhikumar@google.com>2015-08-05 11:04:45 -0700
committerGravatar Abhishek Kumar <abhikumar@google.com>2015-08-05 11:04:45 -0700
commite1c867dbee903353ac7b701776429b236837f7f0 (patch)
treec9c70d928808f7a03ef1466c717ee019edcab90e /test/cpp/interop/interop_client.h
parent65b074925161a2ff28447ebac4b311cab80c37ae (diff)
Added interop test for status_code_with_message
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 bf8188325e..6e26c49e5d 100644
--- a/test/cpp/interop/interop_client.h
+++ b/test/cpp/interop/interop_client.h
@@ -60,6 +60,7 @@ class InteropClient {
void DoCancelAfterBegin();
void DoCancelAfterFirstResponse();
void DoTimeoutOnSleepingServer();
+ void DoStatusWithMessage();
// Auth tests.
// username is a string containing the user email
void DoJwtTokenCreds(const grpc::string& username);