Engauge Digitizer 2
Loading...
Searching...
No Matches
TestSegmentFill.h
Go to the documentation of this file.
1#ifndef TEST_SEGMENT_H
2#define TEST_SEGMENT_H
3
4#include <QObject>
5
7class TestSegmentFill : public QObject
8{
10public:
12 explicit TestSegmentFill(QObject *parent = 0);
13
15
16private slots:
17 void cleanupTestCase ();
18 void initTestCase ();
19
20 void testFindSegments ();
21
22};
23
24#endif // TEST_SEGMENT_H
const int INNER_RADIUS_MIN
Unit test of segment fill feature.
TestSegmentFill(QObject *parent=0)
Single constructor.