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

Method run

tests/unittests/minitest.h:52–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 bool run(unsigned int iterations = 1)
53 {
54 bool success = true;
55 for (auto it = testVec.cbegin(); it != testVec.cend(); ++it) {
56 if (!execTest(*it, iterations)) {
57 success = false;
58 }
59 }
60 return success;
61 }
62
63 bool run(std::vector<std::string> const& which, unsigned int iterations = 1)
64 {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected