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 ();
34 #endif // TEST_GRAPH_COORDS_H
Unit tests of graph coordinate sanity checking.
TestGraphCoords(QObject *parent=0)
Single constructor.
Model for DlgSettingsCoords and CmdSettingsCoords.