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

Method addTA

tests/TestHelper.cpp:199–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 : Compile(Compile) {}
198
199void UATestHelper::addTA(std::shared_ptr<TATestHelper> TA) {
200 TAs.push_back(TA);
201}
202
203bool UATestHelper::analyze(std::shared_ptr<APILoader> AL, std::string UTType) {
204 auto TargetDirPath = getUniqueFilePath(getTmpDirPath(), "target", "");

Callers 2

SetUpTestCaseMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected