#include "test/cpp/util/cli_call.h"
#include <gtest/gtest.h>
#include <grpc/grpc.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/proto/grpc/testing/echo.grpc.pb.h"
#include "test/core/util/port.h"
#include "test/core/util/test_config.h"
#include "test/cpp/util/string_ref_helper.h"
Go to the source code of this file.
Classes | |
class | grpc::testing::CliCallTest |
class | grpc::testing::TestServiceImpl |
Namespaces | |
grpc | |
grpc::testing | |
Functions | |
int | main (int argc, char **argv) |
grpc::testing::TEST_F (CliCallTest, SimpleRpc) | |
Definition at line 125 of file cli_call_test.cc.