TraceX
 
Loading...
Searching...
No Matches
tst_exigencesrs.h
Go to the documentation of this file.
1#ifndef TESTEXIGENCESRS_H
2#define TESTEXIGENCESRS_H
3
4#include <QObject>
5#include <QtTest>
6#include "../exigencesrs.h" // Assurez-vous que le fichier d'en-tĂȘte ExigenceSrs est inclus
7
8class TestExigenceSrs : public QObject
9{
10 Q_OBJECT
11
12private slots:
13 void testConstructeurs();
14 void testGetters();
15 void testToString();
16 void testHasCibleEtNecessaire();
17};
18
19#endif // TESTEXIGENCESRS_H
Definition tst_exigencesrs.h:9