MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / MakeTestFolders

Function MakeTestFolders

UnitTest/UnitTest.cpp:392–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390 }
391
392 static void MakeTestFolders(int count = 2)
393 {
394 for (int i = 0; i < count; ++i)
395 {
396 std::filesystem::create_directories(i == 0 ?
397 std::format("{}testFolder", SourceFolder) :
398 std::format("{}testFolder{}", SourceFolder, i)
399 );
400 }
401 }
402 public:
403 TEST_METHOD_INITIALIZE(CreateFile)
404 {

Callers 2

TEST_CLASSFunction · 0.85
TEST_METHODFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected