TraceX
 
Loading...
Searching...
No Matches
tst_sdd.h
Go to the documentation of this file.
1#ifndef TU_SDD_H
2#define TU_SDD_H
3
4#include <QtTest>
5#include "../sdd.h"
6#include "../exigence.h"
7
8class TU_SDD : public QObject {
9 Q_OBJECT
10
11private slots:
12 void test_addEtGetExigence();
13 void test_totalExigences();
14 void test_toQStringExigence();
15 void test_getIdsExigence_sansRadical();
16};
17
18#endif // TU_SDD_H
Definition tst_sdd.h:8