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