#include <grpc/grpc_security.h>
#include "src/core/lib/surface/channel.h"
#include "test/core/end2end/end2end_tests.h"
Go to the source code of this file.
Classes | |
struct | grpc_end2end_local_fullstack_fixture_data |
grpc_end2end_test_fixture grpc_end2end_local_chttp2_create_fixture_fullstack | ( | ) |
Definition at line 36 of file local_util.cc.
void grpc_end2end_local_chttp2_init_client_fullstack | ( | grpc_end2end_test_fixture * | f, |
const grpc_channel_args * | client_args, | ||
grpc_local_connect_type | type | ||
) |
Definition at line 46 of file local_util.cc.
void grpc_end2end_local_chttp2_init_server_fullstack | ( | grpc_end2end_test_fixture * | f, |
const grpc_channel_args * | server_args, | ||
grpc_local_connect_type | type | ||
) |
Definition at line 83 of file local_util.cc.
void grpc_end2end_local_chttp2_tear_down_fullstack | ( | grpc_end2end_test_fixture * | f | ) |
Definition at line 105 of file local_util.cc.