#include <cstring>
#include <vector>
#include <gtest/gtest.h>
#include <grpcpp/impl/grpc_library.h>
#include <grpcpp/test/client_context_test_peer.h>
Go to the source code of this file.
Namespaces | |
grpc | |
grpc::testing | |
Functions | |
int | main (int argc, char **argv) |
bool | grpc::testing::ServerInitialMetadataContains (const ClientContext &context, const grpc::string_ref &key, const grpc::string_ref &value) |
grpc::testing::TEST (ClientContextTestPeerTest, AddServerInitialMetadata) | |
grpc::testing::TEST (ClientContextTestPeerTest, GetSendInitialMetadata) | |
Variables | |
static internal::GrpcLibraryInitializer | grpc::testing::g_initializer |
const char | grpc::testing::key1 [] = "metadata-key1" |
const char | grpc::testing::key2 [] = "metadata-key2" |
const char | grpc::testing::val1 [] = "metadata-val1" |
const char | grpc::testing::val2 [] = "metadata-val2" |
Definition at line 78 of file client_context_test_peer_test.cc.