10#ifndef TESTBOOKWRITER_H
11#define TESTBOOKWRITER_H
17#include <QtTest/QtTest>
29 void testWriteSingleBook();
30 void testWriteMultipleBooks();
31 void testWriteEmptyBookList();
32 void cleanupTestCase();
This file contains the declaration of the Book class.
This file contains the declaration of the BookWriter class.
The TestBookWriter class contains tests for the BookWriter class.
Definition testbookwriter.h:25