#include <memory>
#include <string>
#include <vector>
#include <grpcpp/create_channel.h>
#include "test/cpp/interop/interop_client.h"
#include "test/cpp/util/metrics_server.h"
Go to the source code of this file.
|
enum | grpc::testing::TestCaseType {
grpc::testing::UNKNOWN_TEST = -1,
grpc::testing::EMPTY_UNARY,
grpc::testing::LARGE_UNARY,
grpc::testing::CLIENT_COMPRESSED_UNARY,
grpc::testing::CLIENT_COMPRESSED_STREAMING,
grpc::testing::CLIENT_STREAMING,
grpc::testing::SERVER_STREAMING,
grpc::testing::SERVER_COMPRESSED_UNARY,
grpc::testing::SERVER_COMPRESSED_STREAMING,
grpc::testing::SLOW_CONSUMER,
grpc::testing::HALF_DUPLEX,
grpc::testing::PING_PONG,
grpc::testing::CANCEL_AFTER_BEGIN,
grpc::testing::CANCEL_AFTER_FIRST_RESPONSE,
grpc::testing::TIMEOUT_ON_SLEEPING_SERVER,
grpc::testing::EMPTY_STREAM,
grpc::testing::STATUS_CODE_AND_MESSAGE,
grpc::testing::CUSTOM_METADATA
} |
|