TraceX
Loading...
Searching...
No Matches
tests
tests
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
9
class
TestFileUtils
:
public
QObject {
10
Q_OBJECT
11
12
private
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
TestFileUtils
Definition
tst_fileutils.h:9
Generated by
1.13.2