#include <grpc/impl/codegen/port_platform.h>
#include <exception>
#include <memory>
#include <gtest/gtest.h>
#include <grpcpp/channel.h>
#include <grpcpp/client_context.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/test_config.h"
Go to the source code of this file.
Namespaces | |
grpc | |
grpc::testing | |
Functions | |
int | main (int argc, char **argv) |
Variables | |
const char * | grpc::testing::kErrorMessage = "This service caused an exception" |
Definition at line 120 of file exception_test.cc.