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

Function main

cpp/src/message_test.cpp:212–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212int main(int, char**) {
213 int failed = 0;
214 RUN_TEST(failed, test_message_properties());
215 RUN_TEST(failed, test_message_defaults());
216 RUN_TEST(failed, test_message_body());
217 RUN_TEST(failed, test_message_maps());
218 RUN_TEST(failed, test_message_reuse());
219 RUN_TEST(failed, test_message_print());
220 return failed;
221}

Callers

nothing calls this directly

Calls 6

test_message_propertiesFunction · 0.85
test_message_defaultsFunction · 0.85
test_message_bodyFunction · 0.85
test_message_mapsFunction · 0.85
test_message_reuseFunction · 0.85
test_message_printFunction · 0.85

Tested by

no test coverage detected