Cutelee
6.1.0
textdocument
tests
coverageobject.h
1
#ifndef _TEST_COVERAGE_OBJECT_H
2
#define _TEST_COVERAGE_OBJECT_H
3
#include <QObject>
4
class
CoverageObject
:
public
QObject
5
{
6
Q_OBJECT
7
public
:
8
CoverageObject
(QObject *p = NULL) : QObject(p) {}
9
virtual
void
initTest() {}
10
virtual
void
cleanupTest() {}
11
protected
Q_SLOTS:
12
void
init();
13
void
cleanup();
14
};
15
#endif
CoverageObject
Definition:
coverageobject.h:5
Generated by
1.9.1