#include "src/core/lib/channel/channelz_registry.h"
#include <stdlib.h>
#include <string.h>
#include <gtest/gtest.h>
#include <grpc/grpc.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
#include "src/core/lib/channel/channel_trace.h"
#include "src/core/lib/channel/channelz.h"
#include "src/core/lib/gpr/useful.h"
#include "src/core/lib/gprpp/memory.h"
#include "src/core/lib/iomgr/exec_ctx.h"
#include "src/core/lib/json/json.h"
#include "src/core/lib/surface/channel.h"
#include "test/core/util/test_config.h"
Go to the source code of this file.
Classes | |
class | grpc_core::channelz::testing::ChannelzRegistryTest |
Namespaces | |
grpc_core | |
grpc_core::channelz | |
grpc_core::channelz::testing | |
Functions | |
static RefCountedPtr< BaseNode > | grpc_core::channelz::testing::CreateTestNode () |
int | main (int argc, char **argv) |
grpc_core::channelz::testing::TEST_F (ChannelzRegistryTest, NullIfNotPresentTest) | |
grpc_core::channelz::testing::TEST_F (ChannelzRegistryTest, RegisterGetTest) | |
grpc_core::channelz::testing::TEST_F (ChannelzRegistryTest, RegisterManyItems) | |
grpc_core::channelz::testing::TEST_F (ChannelzRegistryTest, TestUnregistration) | |
grpc_core::channelz::testing::TEST_F (ChannelzRegistryTest, UuidsAreIncreasing) | |
grpc_core::channelz::testing::TEST_F (ChannelzRegistryTest, UuidStartsAboveZeroTest) | |
Definition at line 144 of file channelz_registry_test.cc.