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

Method getTCNames

lib/tcanalysis/TCExtractor.cpp:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18const std::vector<std::string> TCExtractor::getTCNames() const {
19 std::vector<std::string> TCNames;
20 for (auto const &TC : TCs) {
21 TCNames.emplace_back(TC.first);
22 }
23 return TCNames;
24}

Callers 9

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

Calls

no outgoing calls

Tested by 8

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