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