#include "src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h"
#include <string.h>
#include <string>
#include "absl/strings/str_format.h"
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "src/core/lib/address_utils/parse_address.h"
#include "src/core/lib/channel/channel_args.h"
#include "src/core/lib/config/core_configuration.h"
#include "src/core/lib/gprpp/ref_counted_ptr.h"
#include "src/core/lib/iomgr/work_serializer.h"
#include "src/core/lib/resolver/resolver_registry.h"
#include "src/core/lib/resolver/server_address.h"
#include "src/core/lib/security/credentials/fake/fake_credentials.h"
#include "test/core/util/test_config.h"
Go to the source code of this file.
Classes | |
class | ResultHandler |
Functions | |
static grpc_core::OrphanablePtr< grpc_core::Resolver > | build_fake_resolver (std::shared_ptr< grpc_core::WorkSerializer > work_serializer, grpc_core::FakeResolverResponseGenerator *response_generator, std::unique_ptr< grpc_core::Resolver::ResultHandler > result_handler) |
static grpc_core::Resolver::Result | create_new_resolver_result () |
int | main (int argc, char **argv) |
static void | test_fake_resolver () |
|
static |
Definition at line 68 of file fake_resolver_test.cc.
|
static |
Definition at line 89 of file fake_resolver_test.cc.
Definition at line 204 of file fake_resolver_test.cc.
|
static |
Definition at line 111 of file fake_resolver_test.cc.