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

Function printTests

tests/unittests/unittests.cpp:840–849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

838
839
840void printTests(ReaderWriterQueueTests const& tests)
841{
842 std::printf(" Supported tests are:\n");
843
844 std::vector<std::string> names;
845 tests.getAllTestNames(names);
846 for (auto it = names.cbegin(); it != names.cend(); ++it) {
847 std::printf(" %s\n", it->c_str());
848 }
849}
850
851
852// Basic test harness

Callers 1

mainFunction · 0.85

Calls 1

getAllTestNamesMethod · 0.80

Tested by

no test coverage detected