Home
last modified time | relevance | path

Searched defs:ShutdownTest (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/test/cpp/end2end/
Dshutdown_test.cc61 class ShutdownTest : public ::testing::TestWithParam<string> { class
63 ShutdownTest() : shutdown_(false), service_(&ev_) { gpr_event_init(&ev_); } in ShutdownTest() function in grpc::testing::ShutdownTest
143 TEST_P(ShutdownTest, ShutdownTest) { in TEST_P() argument
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DShutdownTest.cs31 public class ShutdownTest class
/third_party/python/Lib/test/
Dtest_builtin.py2159 class ShutdownTest(unittest.TestCase): class
Dtest_logging.py4132 class ShutdownTest(BaseTest): class
/third_party/cef/tests/ceftests/
Durlrequest_unittest.cc1674 void ShutdownTest(base::OnceClosure complete_callback) { in ShutdownTest() function in __anon2283f3400111::RequestTestRunner