MCPcopy Create free account
hub / github.com/chromium/crashpad / TEST_P

Function TEST_P

handler/linux/exception_handler_server_test.cc:318–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316};
317
318TEST_P(ExceptionHandlerServerTest, ShutdownWithNoClients) {
319 ServerThread()->Start();
320 Hangup();
321 ASSERT_TRUE(ServerThread()->JoinWithTimeout(5.0));
322}
323
324TEST_P(ExceptionHandlerServerTest, StopWithClients) {
325 ServerThread()->Start();

Callers

nothing calls this directly

Calls 4

StartMethod · 0.45
JoinWithTimeoutMethod · 0.45
StopMethod · 0.45
RunMethod · 0.45

Tested by

no test coverage detected