TraceX
 
Loading...
Searching...
No Matches
tst_stylefile.h
Go to the documentation of this file.
1#ifndef TU_STYLEFILE_H
2#define TU_STYLEFILE_H
3
4#include <QtTest>
5#include "../stylefile.h"
6
7class TU_STYLEFILE : public QObject {
8 Q_OBJECT
9
10private slots:
11 void test_constructeurParDefaut();
12 void test_constructeurCompletEtAccesseurs();
13 void test_toQString();
14};
15
16#endif // TU_STYLEFILE_H
Definition tst_stylefile.h:7