aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/interop_client.h
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2016-02-19 16:05:10 -0800
committerGravatar yang-g <yangg@google.com>2016-02-19 16:05:10 -0800
commitc10348a55536525dc2b0d2972208b2f746cc75ce (patch)
tree3c8ceb6a3eb05685e01d2b0a9a7be48400193a4c /test/cpp/interop/interop_client.h
parent8e92ce40625b221a63574922d9ff7298a4bf486e (diff)
Add custom_metadata test case
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 3ecd380398..92f57f7bdd 100644
--- a/test/cpp/interop/interop_client.h
+++ b/test/cpp/interop/interop_client.h
@@ -75,6 +75,7 @@ class InteropClient {
void DoTimeoutOnSleepingServer();
void DoEmptyStream();
void DoStatusWithMessage();
+ void DoCustomMetadata();
// Auth tests.
// username is a string containing the user email
void DoJwtTokenCreds(const grpc::string& username);