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

Method getTC

lib/tcanalysis/TCExtractor.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12const Unittest *TCExtractor::getTC(std::string TCName) const {
13 if (TCs.find(TCName) != TCs.end())
14 return &TCs.at(TCName);
15 return nullptr;
16}
17
18const std::vector<std::string> TCExtractor::getTCNames() const {
19 std::vector<std::string> TCNames;

Callers 9

extractUnittestsMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
initMethod · 0.80
loadMethod · 0.80

Calls 2

endMethod · 0.80
findMethod · 0.45

Tested by 8

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
initMethod · 0.64
loadMethod · 0.64