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

Function test_container_default_container_id

cpp/src/container_test.cpp:130–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128};
129
130int test_container_default_container_id() {
131 proton::connection_options opts;
132 test_handler th("", opts);
133 proton::container(th).run();
134 ASSERT(!th.peer_container_id.empty());
135 ASSERT(th.listen_handler.on_error_.empty());
136 ASSERT(th.listen_handler.on_close_);
137 return 0;
138}
139
140int test_container_vhost() {
141 proton::connection_options opts;

Callers 1

mainFunction · 0.85

Calls 3

containerClass · 0.70
runMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected