Engauge Digitizer  2
TestProjectedPoint.h
1 #ifndef TEST_PROJECTED_POINT_H
2 #define TEST_PROJECTED_POINT_H
3 
4 #include <QObject>
5 
7 class TestProjectedPoint : public QObject
8 {
9  Q_OBJECT
10 public:
12  explicit TestProjectedPoint(QObject *parent = 0);
13 
14 signals:
15 
16 private slots:
17  void cleanupTestCase ();
18  void initTestCase ();
19 
20  void testProjectedPoints ();
21 };
22 
23 #endif // TEST_PROJECTED_POINT_H
Unit test of spline library.
TestProjectedPoint(QObject *parent=0)
Single constructor.