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

Function TEST_F

ExporterTest/HtmlFolderStructureTest.cpp:57–63  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

55
56 //-------------------------------------------------------------------------
57 TEST_F(HtmlFolderStructureTest, CreateCurrentRoot)
58 {
59 TestHelper::CreateEmptyFile(templateFolder_.GetPath() / Exporter::HtmlFolderStructure::ThirdParty / "EmptyFile");
60 htmlFolderStructure_->CreateCurrentRoot(outputFolder_);
61 auto createdPath = outputFolder_.GetPath() / Exporter::HtmlFolderStructure::ThirdParty;
62 ASSERT_TRUE(Tools::FileExists(createdPath));
63 }
64
65 //-------------------------------------------------------------------------
66 TEST_F(HtmlFolderStructureTest, CreateCurrentModule)

Callers

nothing calls this directly

Calls 5

CreateEmptyFileFunction · 0.85
FileExistsFunction · 0.85
CreateCurrentRootMethod · 0.80
CreateCurrentModuleMethod · 0.80
GetHtmlFilePathMethod · 0.80

Tested by

no test coverage detected