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