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

Function test_container_schedule_stop

cpp/src/container_test.cpp:327–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325};
326
327int test_container_schedule_stop() {
328 schedule_tester tester;
329 proton::container c(tester);
330 c.auto_stop(false);
331 c.run();
332 return 0;
333}
334
335class link_test_handler : public proton::messaging_handler {//, public proton::listen_handler {
336 public:

Callers 1

mainFunction · 0.85

Calls 2

auto_stopMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected