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

Method validateTestName

tests/unittests/minitest.h:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 bool validateTestName(std::string const& which) const
41 {
42 return testMap.find(which) != testMap.end();
43 }
44
45 void getAllTestNames(std::vector<std::string>& names) const
46 {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected