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

Function verifyFiles

tests/TestHelper.cpp:121–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void verifyFiles(const std::vector<std::string> &FilePaths) {
122 ApprovalTests::ExceptionCollector Exceptions;
123 for (auto FilePath : FilePaths) {
124 auto Section = ApprovalTests::NamerFactory::appendToOutputFilename(
125 fs::path(FilePath).stem().string());
126 Exceptions.gather([&]() { verifyFile(FilePath); });
127 }
128 Exceptions.release();
129}
130
131TATestHelper::TATestHelper(std::shared_ptr<CompileHelper> Compile)
132 : Compile(Compile) {}

Callers 2

verifyGenerateResultMethod · 0.85
TEST_FFunction · 0.85

Calls 3

verifyFileFunction · 0.85
gatherMethod · 0.80
releaseMethod · 0.80

Tested by

no test coverage detected