#include <string.h>#include <grpc/grpc.h>#include <grpc/support/log.h>#include "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h"#include "src/core/ext/filters/client_channel/resolver/dns/dns_resolver_selection.h"#include "src/core/lib/config/core_configuration.h"#include "src/core/lib/gprpp/memory.h"#include "src/core/lib/iomgr/work_serializer.h"#include "src/core/lib/resolver/resolver_registry.h"#include "test/core/util/test_config.h"
Go to the source code of this file.
Classes | |
| class | TestResultHandler |
Functions | |
| int | main (int argc, char **argv) |
| static void | test_fails (grpc_core::ResolverFactory *factory, const char *string) |
| static void | test_succeeds (grpc_core::ResolverFactory *factory, const char *string) |
Variables | |
| static std::shared_ptr< grpc_core::WorkSerializer > * | g_work_serializer |
Definition at line 77 of file dns_resolver_test.cc.
|
static |
Definition at line 58 of file dns_resolver_test.cc.
|
static |
Definition at line 39 of file dns_resolver_test.cc.
|
static |
Definition at line 33 of file dns_resolver_test.cc.