#include <cstring>
#include <vector>
#include <gtest/gtest.h>
#include <grpcpp/impl/grpc_library.h>
#include <grpcpp/test/server_context_test_spouse.h>
Go to the source code of this file.
Namespaces | |
grpc | |
grpc::testing | |
Functions | |
bool | grpc::testing::ClientMetadataContains (const ServerContext &context, const grpc::string_ref &key, const grpc::string_ref &value) |
int | main (int argc, char **argv) |
grpc::testing::TEST (ServerContextTestSpouseTest, ClientMetadataHandle) | |
grpc::testing::TEST (ServerContextTestSpouseTest, InitialMetadata) | |
grpc::testing::TEST (ServerContextTestSpouseTest, ServerMetadataHandle) | |
Variables | |
static internal::GrpcLibraryInitializer | grpc::testing::g_initializer |
Definition at line 93 of file server_context_test_spouse_test.cc.