#include <gtest/gtest.h>
#include <grpc/grpc.h>
#include <grpcpp/grpcpp.h>
#include <grpcpp/support/channel_arguments.h>
#include "src/core/lib/gpr/useful.h"
#include "src/core/lib/iomgr/exec_ctx.h"
#include "src/core/lib/iomgr/socket_mutator.h"
#include "test/core/util/test_config.h"
Go to the source code of this file.
Classes | |
class | grpc::testing::ChannelArgumentsTest |
Namespaces | |
grpc | |
grpc::testing | |
Functions | |
int | main (int argc, char **argv) |
grpc::testing::TEST_F (ChannelArgumentsTest, SetInt) | |
grpc::testing::TEST_F (ChannelArgumentsTest, SetPointer) | |
grpc::testing::TEST_F (ChannelArgumentsTest, SetSocketMutator) | |
grpc::testing::TEST_F (ChannelArgumentsTest, SetString) | |
grpc::testing::TEST_F (ChannelArgumentsTest, SetUserAgentPrefix) | |
Definition at line 259 of file channel_arguments_test.cc.