aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/interop_client.h
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-04-24 14:42:42 -0700
committerGravatar Yang Gao <yangg@google.com>2015-04-24 14:42:42 -0700
commit68d615737b5bf968d3fa4bee37125bd81fc4fa1a (patch)
tree8eb51b82d8315b82fc821cae3c2f263056a207de /test/cpp/interop/interop_client.h
parent884f4dad58891a119c53af664680c134c73723b3 (diff)
Add two scenarios in interop test
Diffstat (limited to 'test/cpp/interop/interop_client.h')
-rw-r--r--test/cpp/interop/interop_client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cpp/interop/interop_client.h b/test/cpp/interop/interop_client.h
index 3161f7f875..d9c895dfd9 100644
--- a/test/cpp/interop/interop_client.h
+++ b/test/cpp/interop/interop_client.h
@@ -57,6 +57,8 @@ class InteropClient {
void DoRequestStreaming();
void DoResponseStreaming();
void DoResponseStreamingWithSlowConsumer();
+ void DoCancelAfterBegin();
+ void DoCancelAfterFirstResponse();
// Auth tests.
// username is a string containing the user email
void DoJwtTokenCreds(const grpc::string& username);