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

Function main

cpp/src/map_test.cpp:133–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133int main(int, char**) {
134 int failed = 0;
135 RUN_TEST(failed, test_empty());
136 RUN_TEST(failed, test_use());
137 RUN_TEST(failed, test_cppmap());
138 RUN_TEST(failed, test_value());
139 RUN_TEST(failed, test_copy_constructor());
140 RUN_TEST(failed, test_initializer_list_constructor());
141 return failed;
142}

Callers

nothing calls this directly

Calls 6

test_emptyFunction · 0.85
test_useFunction · 0.85
test_cppmapFunction · 0.85
test_valueFunction · 0.85
test_copy_constructorFunction · 0.85

Tested by

no test coverage detected