MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / run

Method run

Source/Test/Test.cpp:33–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33bool Test::run(String name) {
34 try {
35 if (auto it = getTests().find(name); it != getTests().end()) {
36 return it->second->run();
37 } else {
38 return false;
39 }
40 } catch (const std::runtime_error& e) {
41 LogError(e.what());
42 return false;
43 }
44}
45
46#else // DORA_TEST
47

Callers

nothing calls this directly

Calls 5

LogErrorFunction · 0.85
findMethod · 0.65
runMethod · 0.65
endMethod · 0.45
whatMethod · 0.45

Tested by

no test coverage detected