#include <grpc/support/port_platform.h>
#include "test/cpp/util/channel_trace_proto_helper.h"
#include <gtest/gtest.h>
#include <grpc/grpc.h>
#include <grpc/support/log.h>
#include <grpcpp/impl/codegen/config.h>
#include <grpcpp/impl/codegen/config_protobuf.h>
#include "src/core/lib/iomgr/error.h"
#include "src/core/lib/json/json.h"
#include "src/proto/grpc/channelz/channelz.pb.h"
Go to the source code of this file.
Namespaces | |
grpc | |
grpc::testing | |
Functions | |
void | grpc::testing::ValidateChannelProtoJsonTranslation (const char *json_c_str) |
void | grpc::testing::ValidateChannelTraceProtoJsonTranslation (const char *json_c_str) |
void | grpc::testing::ValidateGetChannelResponseProtoJsonTranslation (const char *json_c_str) |
void | grpc::testing::ValidateGetServerResponseProtoJsonTranslation (const char *json_c_str) |
void | grpc::testing::ValidateGetServersResponseProtoJsonTranslation (const char *json_c_str) |
void | grpc::testing::ValidateGetTopChannelsResponseProtoJsonTranslation (const char *json_c_str) |
void | grpc::testing::ValidateServerProtoJsonTranslation (const char *json_c_str) |
void | grpc::testing::ValidateSubchannelProtoJsonTranslation (const char *json_c_str) |