-------------------------------------------------------------------------
| 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) |
nothing calls this directly
no test coverage detected