MCPcopy Create free account
hub / github.com/Samsung/UTopia / getTestBody

Method getTestBody

lib/tcanalysis/Unittest.cpp:69–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69const FunctionNode *Unittest::getTestBody() const {
70 for (const auto &TestFunc : TestSequence) {
71 if (TestFunc.isTestBody())
72 return &TestFunc;
73 }
74 return nullptr;
75}
76
77std::string Unittest::getType() const { return Type; }
78

Callers 2

getTCCallMethod · 0.45
getTCCallMethod · 0.45

Calls 1

isTestBodyMethod · 0.45

Tested by

no test coverage detected