#include <gtest/gtest.h>#include "absl/memory/memory.h"#include <grpc/grpc.h>#include <grpcpp/channel.h>#include <grpcpp/client_context.h>#include <grpcpp/create_channel.h>#include <grpcpp/ext/proto_server_reflection_plugin.h>#include <grpcpp/security/credentials.h>#include <grpcpp/security/server_credentials.h>#include <grpcpp/server.h>#include <grpcpp/server_builder.h>#include <grpcpp/server_context.h>#include "src/proto/grpc/testing/echo.grpc.pb.h"#include "test/core/util/port.h"#include "test/core/util/test_config.h"#include "test/cpp/end2end/test_service_impl.h"#include "test/cpp/util/proto_reflection_descriptor_database.h"
Go to the source code of this file.
Classes | |
| class | grpc::testing::ProtoServerReflectionTest |
Namespaces | |
| grpc | |
| grpc::testing | |
Functions | |
| int | main (int argc, char **argv) |
| grpc::testing::TEST_F (ProtoServerReflectionTest, CheckResponseWithLocalDescriptorPool) | |
Definition at line 148 of file proto_server_reflection_test.cc.