15 void cleanupTestCase ();
19 void testFunctionExactFit01 ();
20 void testFunctionExactFit12 ();
21 void testFunctionExactFit23 ();
22 void testFunctionExactFit34 ();
25 void testFunctionOverfit11 ();
26 void testFunctionOverfit22 ();
27 void testFunctionOverfit33 ();
28 void testFunctionOverfit44 ();
31 void testFunctionUnderfit02 ();
32 void testFunctionUnderfit13 ();
33 void testFunctionUnderfit24 ();
34 void testFunctionUnderfit35 ();
37 void testNonFunction ();
40 bool generalFunctionTest (
int order,
42 bool generalNonFunctionTest ()
const;
45 #endif // TEST_FITTING_H Unit test of Fitting classes.
TestFitting(QObject *parent=0)
Single constructor.