MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / CheckEqual

Function CheckEqual

FileFilterTest/UnifiedDiffParserTest.cpp:58–63  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

56
57 //---------------------------------------------------------------------------
58 void CheckEqual(const std::vector<File>& files1, const std::vector<File>& files2)
59 {
60 ASSERT_EQ(files1.size(), files2.size());
61 for (size_t i = 0; i < files1.size(); ++i)
62 ASSERT_EQ(files1[i], files2[i]);
63 }
64
65 //-------------------------------------------------------------------------
66 void AssertSingleFile(

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected