Book Shelf
Loading...
Searching...
No Matches
tests
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
23
class
TestFileWriter
:
public
QObject
24
{
25
Q_OBJECT
26
27
private
slots:
28
void
testWriteToFile();
29
void
testWriteToInvalidFile();
30
void
testWriteEmptyContent();
31
void
cleanupTestCase();
32
};
33
34
#endif
// TESTFILEWRITER_H
TestFileWriter
The TestFileWriter class contains tests for the FileWriter class.
Definition
testfilewriter.h:24
filewriter.h
This file contains the declaration of the FileWriter class.
Generated by
1.11.0