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 void testOrderReduced3 ();
41 void testOrderReduced4 ();
42 void testOrderReduced5 ();
43 void testOrderReduced6 ();
46 void testSignificantDigits3 ();
47 void testSignificantDigits4 ();
48 void testSignificantDigits5 ();
49 void testSignificantDigits6 ();
52 bool generalFunctionTest (
int order,
54 bool generalNonFunctionTest ()
const;
55 int orderReducedVersusOrderAndSignificantDigits (
int order,
56 int significantDigits)
const;