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

Function test_container_stop

cpp/src/container_test.cpp:263–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261};
262
263int test_container_stop() {
264 stop_tester t;
265 proton::container(t).run();
266 ASSERT(t.state==5);
267 return 0;
268}
269
270
271struct hang_tester : public proton::messaging_handler {

Callers 1

mainFunction · 0.85

Calls 2

containerClass · 0.70
runMethod · 0.45

Tested by

no test coverage detected