#include <string.h>
#include <grpc/grpc.h>
#include <grpc/grpc_security.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h"
#include "src/core/lib/iomgr/exec_ctx.h"
#include "test/core/end2end/cq_verifier.h"
#include "test/core/util/test_config.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | run_test (bool wait_for_ready) |
static void * | tag (intptr_t t) |
Definition at line 112 of file no_server_test.cc.
void run_test | ( | bool | wait_for_ready | ) |
Definition at line 33 of file no_server_test.cc.
|
static |
Definition at line 31 of file no_server_test.cc.