#include <functional>
#include <memory>
#include <unordered_map>
#include <grpcpp/channel.h>
#include <grpcpp/client_context.h>
#include "src/core/lib/surface/call_test_only.h"
#include "src/core/lib/transport/transport.h"
Go to the source code of this file.
Namespaces | |
grpc | |
grpc::testing | |
Functions | |
std::shared_ptr< Channel > | grpc::testing::CreateChannelForTestCase (const std::string &test_case, std::vector< std::unique_ptr< experimental::ClientInterceptorFactoryInterface >> interceptor_creators) |
std::string | grpc::testing::GetOauth2AccessToken () |
std::string | grpc::testing::GetServiceAccountJsonKey () |
void | grpc::testing::UpdateActions (std::unordered_map< std::string, std::function< bool()>> *) |