TraceX
Loading...
Searching...
No Matches
tests
tests
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
8
class
TestExigence
:
public
QObject
9
{
10
Q_OBJECT
11
12
private
slots:
13
void
testConstructeur();
14
void
testGetId();
15
void
testToString();
16
};
17
18
#endif
// TESTEXIGENCE_H
TestExigence
Definition
tst_exigence.h:9
Generated by
1.13.2