TraceX
 
Loading...
Searching...
No Matches
tst_rapport.h
Go to the documentation of this file.
1#ifndef TESTRAPPORT_H
2#define TESTRAPPORT_H
3
4#include <QtTest>
5#include "../rapport.h"
6#include "../rapportligne.h"
7#include "../sss.h" // Inclure vos en-tĂȘtes pour Sss, Srs, Exigence, etc.
8#include "../exigencesrs.h"
9#include "../srs.h"
10#include "../exigence.h"
11
12class TestRapport : public QObject
13{
14 Q_OBJECT
15
16private slots:
17 void initTestCase();
18 void testGeneration();
19 void testLignesRapport();
20 void cleanupTestCase();
21 void testIsInSrs();
22};
23
24#endif // TESTRAPPORT_H
Definition tst_rapport.h:13