Book Shelf
Loading...
Searching...
No Matches
testfilewriter.h
Go to the documentation of this file.
1
10#ifndef TESTFILEWRITER_H
11#define TESTFILEWRITER_H
12
13#include "filewriter.h"
14
15#include <QObject>
16#include <QtTest/QtTest>
17
18
23class TestFileWriter : public QObject
24{
25 Q_OBJECT
26
27private slots:
28 void testWriteToFile();
29 void testWriteToInvalidFile();
30 void testWriteEmptyContent();
31 void cleanupTestCase();
32};
33
34#endif // TESTFILEWRITER_H
The TestFileWriter class contains tests for the FileWriter class.
Definition testfilewriter.h:24
This file contains the declaration of the FileWriter class.