
Go to the source code of this file.
Classes | |
| class | grpc::testing::TestEnvironment |
| class | grpc::testing::TestGrpcScope |
Namespaces | |
| grpc | |
| grpc::testing | |
Macros | |
| #define | GRPC_TEST_PICK_PORT |
Functions | |
| void | grpc_test_init (int *argc, char **argv) |
| int64_t | grpc_test_slowdown_factor () |
| gpr_timespec | grpc_timeout_milliseconds_to_deadline (int64_t time_ms) |
| gpr_timespec | grpc_timeout_seconds_to_deadline (int64_t time_s) |
| bool | grpc_wait_until_shutdown (int64_t time_s) |
Variables | |
| int64_t | g_fixture_slowdown_factor |
| int64_t | g_poller_slowdown_factor |
| #define GRPC_TEST_PICK_PORT |
Definition at line 39 of file test/core/util/test_config.h.
| void grpc_test_init | ( | int * | argc, |
| char ** | argv | ||
| ) |
Definition at line 135 of file test/core/util/test_config.cc.
| int64_t grpc_test_slowdown_factor | ( | ) |
Definition at line 76 of file test/core/util/test_config.cc.
| gpr_timespec grpc_timeout_milliseconds_to_deadline | ( | int64_t | time_ms | ) |
Definition at line 89 of file test/core/util/test_config.cc.
| gpr_timespec grpc_timeout_seconds_to_deadline | ( | int64_t | time_s | ) |
Definition at line 81 of file test/core/util/test_config.cc.
Definition at line 151 of file test/core/util/test_config.cc.
| int64_t g_fixture_slowdown_factor |
Definition at line 47 of file test/core/util/test_config.cc.
| int64_t g_poller_slowdown_factor |
Definition at line 48 of file test/core/util/test_config.cc.