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

Function test_container_links_no_properties

cpp/src/container_test.cpp:392–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390};
391
392int test_container_links_no_properties() {
393 link_test_handler th;
394 proton::container(th).run();
395 ASSERT(th.had_receiver);
396 ASSERT(th.had_sender);
397 ASSERT_EQUAL(th.peer_receiver_properties.size(), 0u);
398 ASSERT_EQUAL(th.peer_sender_properties.size(), 0u);
399 return 0;
400}
401
402int test_container_links_properties() {
403 proton::receiver_options r_opts;

Callers 1

mainFunction · 0.85

Calls 3

containerClass · 0.70
runMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected