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

Function test_container_pre_stop

cpp/src/container_test.cpp:313–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313int test_container_pre_stop() {
314 proton::container c;
315 c.stop();
316 c.run(); // Should return immediately
317 return 0;
318}
319
320
321struct schedule_tester : public proton::messaging_handler {

Callers 1

mainFunction · 0.85

Calls 2

stopMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected