#include <memory>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "absl/strings/str_cat.h"
#include "absl/strings/str_format.h"
#include <grpcpp/create_channel.h>
#include <grpcpp/security/credentials.h>
#include <grpcpp/server_builder.h>
#include <grpcpp/support/status.h>
#include "src/core/lib/gprpp/host_port.h"
#include "test/core/util/port.h"
#include "test/core/util/test_config.h"
#include "test/cpp/interop/istio_echo_server_lib.h"
Go to the source code of this file.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ echo_test_service_impl_
std::unique_ptr<EchoTestServiceImpl> echo_test_service_impl_ |
|
protected |
◆ fail_rpc_
◆ forwarding_address_
std::string forwarding_address_ |
|
private |
◆ hostname_
◆ server_
std::unique_ptr<Server> server_ |
|
protected |
◆ server_address_
std::string server_address_ |
|
protected |
◆ simple_server_
std::unique_ptr<Server> simple_server_ |
|
protected |
◆ simple_test_service_impl_
SimpleEchoTestServerImpl simple_test_service_impl_ |
|
protected |
◆ stub_
std::unique_ptr<EchoTestService::Stub> stub_ |
|
protected |