15 void cleanupTestCase ();
19 void testExactFit01 ();
20 void testExactFit12 ();
21 void testExactFit23 ();
22 void testExactFit34 ();
25 void testOverfit11 ();
26 void testOverfit22 ();
27 void testOverfit33 ();
28 void testOverfit44 ();
31 void testUnderfit02 ();
32 void testUnderfit13 ();
33 void testUnderfit24 ();
34 void testUnderfit35 ();
37 bool generalTest (
int order,
41 #endif // TEST_FITTING_H Unit test of Fitting classes.
TestFitting(QObject *parent=0)
Single constructor.