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

Function main

cpp/src/scalar_test.cpp:63–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63int main(int, char**) {
64 int failed = 0;
65 scalar_test_group<scalar>(failed);
66
67 RUN_TEST(failed, encode_decode_test());
68 RUN_TEST(failed, message_id_test());
69 RUN_TEST(failed, annotation_key_test());
70 return failed;
71}

Callers

nothing calls this directly

Calls 3

encode_decode_testFunction · 0.85
message_id_testFunction · 0.85
annotation_key_testFunction · 0.85

Tested by

no test coverage detected