TraceX
 
Loading...
Searching...
No Matches
tst_srs.h
Go to the documentation of this file.
1#ifndef TU_SRS_H
2#define TU_SRS_H
3
4#include <QtTest>
5#include "../srs.h"
6#include "../exigencesrs.h"
7#include "QtCore"
8
9class TU_SRS : public QObject {
10 Q_OBJECT
11
12private slots:
13 void test_addEtGetExigence();
14 void test_totalExigences();
15 void test_getFilsEtSetFils();
16 void test_getIdsExigenceMatchesCriteres();
17 void test_toQStringExigence();
18};
19
20#endif // TU_SRS_H
Definition tst_srs.h:9