9 #ifndef CELLAREATESTS_H
10 #define CELLAREATESTS_H
12 #include <QtTest/QtTest>
24 void testConstructionAndSetters();
25 void testComparison();
26 void testContainsPoint();
27 void testContainsPoint_data();
28 void testContainsArea();
29 void testContainsArea_data();
30 void testIntersects();
31 void testIntersects_data();
32 void testTranslated();
33 void testTranslated_data();
35 void testTranslate_data();
37 void testAdjusted_data();
39 void testAdjust_data();
41 void testUnited_data();
42 void testAdjustedForRowInsertion();
43 void testAdjustedForRowInsertion_data();
44 void testAdjustedForRowRemoval();
45 void testAdjustedForRowRemoval_data();
46 void testAdjustedForColumnInsertion();
47 void testAdjustedForColumnInsertion_data();
48 void testAdjustedForColumnRemoval();
49 void testAdjustedForColumnRemoval_data();
52 #endif // CELLAREATESTS_H
Definition: cellareatests.h:17