Engauge Digitizer
2
Loading...
Searching...
No Matches
Test
TestCrc32.h
Go to the documentation of this file.
1
#ifndef TEST_CRC32_H
2
#define TEST_CRC32_H
3
4
#include <QObject>
5
7
class
TestCrc32
:
public
QObject
8
{
9
Q_OBJECT
10
public
:
12
explicit
TestCrc32
(QObject *parent = 0);
13
14
signals:
15
16
private
slots:
17
void
cleanupTestCase ();
18
void
initTestCase ();
19
20
void
testFileBinary ();
21
void
testFileText ();
22
void
testMemory ();
23
24
private
:
25
26
};
27
28
#endif
// TEST_CRC32_H
TestCrc32::TestCrc32
TestCrc32(QObject *parent=0)
Single constructor.
Definition
TestCrc32.cpp:14
Generated on
for Engauge Digitizer by
1.14.0