19 void GetOperationSystemNameTest();
20 void ConvertToFileNameTest();
21 void ConvertToFileNameWithReplacementTest();
22 void ConvertToFileNameInvalidReplacementTest();
23 void ConvertToFileNameEmptyInputTest();
24 void GetNormalizedPathTest();
25 void GetVariableValueTest();
26 void GetVariableValueEmbeddedTest();
27 void GetVariableValueEnvironmentTest();
28 void GetEnrolledPathTest();
29 void GetEnrolledPathMultipleVariablesTest();
30 void GetEnvironmentVariablesTest();
31 void SetTempDirectoryPathTest();
33 void CopyDirectoryTest();
34 void RemoveDirectoryTest();
36 void FileCopyOverwriteTest();
37 void FileCopyNonExistentSourceTest();
39 void FileMoveOverwriteTest();
40 void EnsurePathExistsTest();
41 void GetCurrentUserNameTest();
42 void GetFileDriveInfoTest();
43 void GetCompilerVariableTest();
44 void SetUserVariablesTest();
45 void ConvertNetworkPathToUncTest();
46 void GetCompilerInfoTest();
48 void cleanupTestCase();