1#ifndef TEST_GRAPH_COORDS_H
2#define TEST_GRAPH_COORDS_H
4#include "DocumentModelCoords.h"
20 void cleanupTestCase ();
23 void testAnyColumnsRepeatNo ();
24 void testAnyColumnsRepeatYes ();
25 void testThreeCollinearPointsNo ();
26 void testThreeCollinearPointsYes ();
Model for DlgSettingsCoords and CmdSettingsCoords.
Unit tests of graph coordinate sanity checking.
TestGraphCoords(QObject *parent=0)
Single constructor.