6#include <QtCore/QObject>
7#include <QtTest/QtTest>
10#include <itest/CStandardTestExecutor.h>
13#include <imt3d/CCuboid.h>
26 void testDefaultConstructor();
27 void testConstructorWithValues();
28 void testGetSetLeft();
29 void testGetSetRight();
31 void testGetSetBottom();
32 void testGetSetNear();
37 void testGetCenterPoint();
38 void testExpandToPoint();
39 void testGetSetHorizontalRange();
40 void testGetSetVerticalRange();
41 void testGetSetDepthRange();
42 void testCornerPoints();
44 void testIntersects();
47 void cleanupTestCase();