Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HO-COOH/FastCopy
/ TEST_METHOD_CLEANUP
Function
TEST_METHOD_CLEANUP
UnitTest/UnitTest.cpp:410–414 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
408
}
409
410
TEST_METHOD_CLEANUP(CleanUp)
411
{
412
//delete copied files
413
std::filesystem::remove_all(DestFolder);
414
}
415
416
TEST_METHOD(DefaultMode)
417
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected