1 #ifndef TEST_GRID_LINE_LIMITER_H 2 #define TEST_GRID_LINE_LIMITER_H 17 void cleanupTestCase ();
20 void testBadStepLinearX ();
21 void testBadStepLinearY ();
22 void testBadStepLogX ();
23 void testBadStepLogY ();
24 void testTransitionLinearToLogX ();
25 void testTransitionLinearToLogY ();
28 bool testLinearX (
double start,
33 double x3,
double y3);
34 bool testLinearY (
double start,
39 double x3,
double y3);
40 bool testLogX (
double start,
45 double x3,
double y3);
46 bool testLogY (
double start,
51 double x3,
double y3);
54 #endif // TEST_GRID_LINE_LIMITER_H Unit test of GridLineLimiter class.
TestGridLineLimiter(QObject *parent=0)
Single constructor.