TraceX
 
Loading...
Searching...
No Matches
tst_fileutils.h
Go to the documentation of this file.
1#ifndef TESTFILEUTILS_H
2#define TESTFILEUTILS_H
3
4#include <QtTest>
5#include "../FileUtils.h"
6#include <QFile>
7#include <QDir>
8
9class TestFileUtils : public QObject {
10 Q_OBJECT
11
12private slots:
13 void testCreateCopy();
14 void testCreateZipFolder();
15 void testExtractXmlFolder(); // attention : dépend de fichiers réels
16 void testDeleteExtra(); // attention : effets réels sur le système
17};
18
19#endif // TESTFILEUTILS_H
Definition tst_fileutils.h:9