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