#include <string.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/sync.h>
#include "src/core/ext/filters/client_channel/client_channel.h"
#include "src/core/ext/filters/http/server/http_server_filter.h"
#include "src/core/ext/transport/inproc/inproc_transport.h"
#include "src/core/lib/channel/connected_channel.h"
#include "src/core/lib/surface/channel.h"
#include "src/core/lib/surface/server.h"
#include "test/core/end2end/end2end_tests.h"
#include "test/core/util/port.h"
#include "test/core/util/test_config.h"
Go to the source code of this file.
Classes | |
struct | inproc_fixture_data |
Typedefs | |
typedef struct inproc_fixture_data | inproc_fixture_data |
Functions | |
static grpc_end2end_test_fixture | inproc_create_fixture (const grpc_channel_args *, const grpc_channel_args *) |
void | inproc_init_client (grpc_end2end_test_fixture *f, const grpc_channel_args *client_args) |
void | inproc_init_server (grpc_end2end_test_fixture *f, const grpc_channel_args *server_args) |
void | inproc_tear_down (grpc_end2end_test_fixture *f) |
int | main (int argc, char **argv) |
Variables | |
static grpc_end2end_test_config | configs [] |
typedef struct inproc_fixture_data inproc_fixture_data |
|
static |
void inproc_init_client | ( | grpc_end2end_test_fixture * | f, |
const grpc_channel_args * | client_args | ||
) |
void inproc_init_server | ( | grpc_end2end_test_fixture * | f, |
const grpc_channel_args * | server_args | ||
) |
void inproc_tear_down | ( | grpc_end2end_test_fixture * | f | ) |
|
static |