MCPcopy Create free account
hub / github.com/canonical/mir / TEST

Function TEST

tests/integration-tests/process/test_process.cpp:76–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74};
75
76TEST(ProcessResult,
77 a_default_result_never_succeeds)
78{
79 mtf::Result r;
80
81 EXPECT_FALSE(r.succeeded());
82}
83
84TEST(ProcessResult,
85 a_signalled_result_does_not_succeed)

Callers

nothing calls this directly

Calls 6

succeededMethod · 0.80
wait_for_terminationMethod · 0.80
terminateMethod · 0.80
signalledMethod · 0.80
killMethod · 0.45

Tested by

no test coverage detected