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

Method getAllTestNames

tests/unittests/minitest.h:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 void getAllTestNames(std::vector<std::string>& names) const
46 {
47 for (auto it = testMap.cbegin(); it != testMap.cend(); ++it) {
48 names.push_back(it->first);
49 }
50 }
51
52 bool run(unsigned int iterations = 1)
53 {

Callers 1

printTestsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected