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

Function main

cpp/src/reconnect_test.cpp:543–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541};
542
543int main(int argc, char **argv) {
544 int failed = 0;
545 RUN_ARGV_TEST(failed, test_failover_simple());
546 RUN_ARGV_TEST(failed, test_empty_failover());
547 RUN_ARGV_TEST(failed, test_stop_reconnect());
548 RUN_ARGV_TEST(failed, test_auth_fail_reconnect());
549 RUN_ARGV_TEST(failed, test_reconnecting_close().run());
550 RUN_ARGV_TEST(failed, test_reconnect_url().run());
551 RUN_ARGV_TEST(failed, test_reconnect_update_failover().run());
552 RUN_ARGV_TEST(failed, test_reconnect_update_simple().run());
553 return failed;
554}

Callers

nothing calls this directly

Calls 9

test_failover_simpleFunction · 0.85
test_empty_failoverFunction · 0.85
test_stop_reconnectFunction · 0.85
test_auth_fail_reconnectFunction · 0.85
test_reconnect_urlClass · 0.85
runMethod · 0.45

Tested by

no test coverage detected