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