20 #ifndef _TESTSTELFILEMGR_HPP_ 21 #define _TESTSTELFILEMGR_HPP_ 25 #include <QStringList> 27 #include <QTemporaryDir> 37 void testFindFileVanilla();
38 void testFindFileVanillaAbs();
39 void testFindFileFile();
40 void testFindFileFileAbs();
41 void testFindFileDir();
42 void testFindFileDirAbs();
43 void testFindFileNew();
44 void testFindFileNewAbs();
45 void testListContentsVanilla();
46 void testListContentsVanillaAbs();
47 void testListContentsFile();
48 void testListContentsFileAbs();
49 void testListContentsDir();
50 void testListContentsDirAbs();
53 QTemporaryDir tempDir;
58 QStringList testFiles;
61 #endif // _TESTSTELFILEMGR_HPP_ Provides utilities for locating and handling files.