MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / printTests

Function printTests

tests/unittests/unittests.cpp:5142–5151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5140
5141
5142void printTests(ConcurrentQueueTests const& tests)
5143{
5144 std::printf(" Supported tests are:\n");
5145
5146 std::vector<std::string> names;
5147 tests.getAllTestNames(names);
5148 for (auto it = names.cbegin(); it != names.cend(); ++it) {
5149 std::printf(" %s\n", it->c_str());
5150 }
5151}
5152
5153
5154// Basic test harness

Callers 1

mainFunction · 0.85

Calls 3

getAllTestNamesMethod · 0.80
cbeginMethod · 0.45
cendMethod · 0.45

Tested by

no test coverage detected