20 #ifndef _TESTSTELFILEMGR_HPP_
21 #define _TESTSTELFILEMGR_HPP_
25 #include <QStringList>
35 void cleanupTestCase();
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();
57 QStringList testFiles;
60 #endif // _TESTSTELFILEMGR_HPP_