TraceX
 
Loading...
Searching...
No Matches
tst_style.h
Go to the documentation of this file.
1#ifndef TU_STYLE_H
2#define TU_STYLE_H
3
4#include <QtTest>
5#include "../style.h"
6
7class TU_STYLE : public QObject {
8 Q_OBJECT
9
10private slots:
11 void test_Style_Button_analyse();
12 void test_Changer_bleu_bouton_nav();
13 void test_Style_liste_Fichiers();
14 void test_Style_arbre_Fichiers();
15 void test_Style_progressBar();
16 void test_Style_CheckBox_Critere_Style();
17};
18
19#endif // TU_STYLE_H
Definition tst_style.h:7