#include <thread>#include <gtest/gtest.h>#include <grpc/grpc.h>#include <grpc/support/log.h>#include <grpc/support/sync.h>#include <grpcpp/channel.h>#include <grpcpp/client_context.h>#include <grpcpp/create_channel.h>#include <grpcpp/server.h>#include <grpcpp/server_builder.h>#include <grpcpp/server_context.h>#include "src/core/lib/gpr/env.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/util/test_credentials_provider.h"
Go to the source code of this file.
Classes | |
| class | grpc::testing::ShutdownTest |
| class | grpc::testing::TestServiceImpl |
Namespaces | |
| grpc | |
| grpc::testing | |
Functions | |
| std::vector< string > | grpc::testing::GetAllCredentialsTypeList () |
| grpc::testing::INSTANTIATE_TEST_SUITE_P (End2EndShutdown, ShutdownTest, ::testing::ValuesIn(GetAllCredentialsTypeList())) | |
| int | main (int argc, char **argv) |
| grpc::testing::TEST_P (ShutdownTest, ShutdownTest) | |
Definition at line 166 of file shutdown_test.cc.