mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 11:06:50 +01:00
Added Tests
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user