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

Function getUTReportPath

tests/TestHelper.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107std::string getUTReportPath(std::string ProjectName) {
108
109 return (fs::path(getProjectOutDirPath(ProjectName)) /
110 fs::path("ua_report.json"));
111}
112
113void verifyFile(const std::string &FilePath) {
114 ApprovalTests::Approvals::verifyExistingFile(

Callers

nothing calls this directly

Calls 1

getProjectOutDirPathFunction · 0.85

Tested by

no test coverage detected