aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/channel_trace_proto_helper.cc
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2018-07-23 10:52:27 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2018-07-23 10:52:27 -0700
commit7b8be4d6fd0a3b7374d5a28bea1eff319c49fefe (patch)
treeb058501d6776d69a115f6b3e29e2bdd335915ac8 /test/cpp/util/channel_trace_proto_helper.cc
parentec1c112cc17cd1290a901ca606ac916422d3342c (diff)
parent53d2899374e74b4185a55e3fc26b64d0a02840a8 (diff)
Merge branch 'master' into rq-threads
Diffstat (limited to 'test/cpp/util/channel_trace_proto_helper.cc')
-rw-r--r--test/cpp/util/channel_trace_proto_helper.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/cpp/util/channel_trace_proto_helper.cc b/test/cpp/util/channel_trace_proto_helper.cc
index 137f278640..b4704bfe6a 100644
--- a/test/cpp/util/channel_trace_proto_helper.cc
+++ b/test/cpp/util/channel_trace_proto_helper.cc
@@ -77,5 +77,10 @@ void ValidateGetTopChannelsResponseProtoJsonTranslation(char* json_c_str) {
json_c_str);
}
+void ValidateGetChannelResponseProtoJsonTranslation(char* json_c_str) {
+ VaidateProtoJsonTranslation<grpc::channelz::v1::GetChannelResponse>(
+ json_c_str);
+}
+
} // namespace testing
} // namespace grpc