#include "src/core/ext/xds/xds_channel_stack_modifier.h"
#include <gtest/gtest.h>
#include <grpc/grpc.h>
#include <grpcpp/opencensus.h>
#include "src/core/lib/channel/channel_stack.h"
#include "src/core/lib/channel/channel_stack_builder_impl.h"
#include "src/core/lib/config/core_configuration.h"
#include "src/core/lib/surface/channel_init.h"
#include "src/core/lib/transport/transport_impl.h"
#include "test/core/util/test_config.h"
Go to the source code of this file.
Namespaces | |
grpc_core | |
grpc_core::testing | |
Functions | |
int | main (int argc, char **argv) |
Definition at line 148 of file xds_channel_stack_modifier_test.cc.