6#include <QtCore/QObject>
7#include <QtTest/QtTest>
10#include <itest/CStandardTestExecutor.h>
13#include <imt3d/CDepthBitmap.h>
26 void testDefaultConstructor();
27 void testCreateDepthBitmap();
28 void testGetDepthRange();
29 void testSetDepthRange();
31 void testBitmapProperties();
32 void testSetCalibration3d();
33 void testGetCalibration3d();
34 void testSetReferenceBitmap();
35 void testGetReferenceBitmap();
36 void testResetReferenceBitmap();
37 void testSerialization();
43 void cleanupTestCase();