MCPcopy Create free account
hub / github.com/apache/qpid-proton / test_container_immediate_stop

Function test_container_immediate_stop

cpp/src/container_test.cpp:307–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305};
306
307int test_container_immediate_stop() {
308 immediate_stop_tester t;
309 proton::container(t).run(); // Should return after on_container_start
310 return 0;
311}
312
313int test_container_pre_stop() {
314 proton::container c;

Callers 1

mainFunction · 0.85

Calls 2

containerClass · 0.70
runMethod · 0.45

Tested by

no test coverage detected