Added Tests

This commit is contained in:
Jan Kevin Dick
2019-11-18 13:33:49 +01:00
parent 4e734553b3
commit 062a662cd8
2 changed files with 102 additions and 0 deletions

View File

@@ -33,9 +33,13 @@ public:
void testSize();
void testDirectory();
void testCopy();
void testCopyFailIfDestinationFileExists();
void testMove();
void testMoveFailIfDestinationFileExists();
void testCopyDirectory();
void testCopyDirectoryFailIfExists();
void testRename();
void testRenameFailIfExists();
void testRootDir();
void testLongPath();