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

Function main

cpp/src/connection_driver_test.cpp:537–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535}
536
537int main(int argc, char** argv) {
538 int failed = 0;
539 RUN_ARGV_TEST(failed, test_driver_link_id());
540 RUN_ARGV_TEST(failed, test_endpoint_close());
541 RUN_ARGV_TEST(failed, test_driver_disconnected());
542 RUN_ARGV_TEST(failed, test_no_container());
543 RUN_ARGV_TEST(failed, test_spin_interrupt());
544 RUN_ARGV_TEST(failed, test_link_address());
545 RUN_ARGV_TEST(failed, test_link_anonymous_dynamic());
546 RUN_ARGV_TEST(failed, test_link_capability_filter());
547 RUN_ARGV_TEST(failed, test_message());
548 RUN_ARGV_TEST(failed, test_message_timeout_succeed());
549 RUN_ARGV_TEST(failed, test_message_timeout_fail());
550 return failed;
551}

Callers

nothing calls this directly

Calls 11

test_driver_link_idFunction · 0.85
test_endpoint_closeFunction · 0.85
test_driver_disconnectedFunction · 0.85
test_no_containerFunction · 0.85
test_spin_interruptFunction · 0.85
test_link_addressFunction · 0.85
test_messageFunction · 0.85

Tested by

no test coverage detected