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