#include <BmpRGBSampleValueTest.h>
Inheritance diagram for BmpRGBSampleValueTest:
Public Member Functions | |
BmpRGBSampleValueTest (TestSuite *s) | |
void | setup (void) |
void | cleanup (void) |
void | testDistance (void) |
void | testIsNeighbour (void) |
Private Attributes | |
CvrStgFile * | f_win |
CvrStgFile * | f_os2 |
SampleValue * | sv_0_0_0 |
SampleValue * | sv_1_1_1 |
SampleValue * | sv_0_3_4 |
SampleValue * | sv_10_10_10 |
SampleValue * | sv_12_13_14 |
SampleValue * | sv_128_128_128 |
SampleValue * | sv_210_0_120 |
SampleValue * | sv_255_255_255 |
Globals | gl_win |
Globals | gl_os2 |
BmpRGBSampleValueTest::BmpRGBSampleValueTest | ( | TestSuite * | s | ) |
void BmpRGBSampleValueTest::cleanup | ( | void | ) | [virtual] |
cleanup the unit test - called after run
Reimplemented from UnitTest.
void BmpRGBSampleValueTest::setup | ( | void | ) | [virtual] |
setup the unit test - called before run
UnitTest::setup will (together with UnitTest::cleanup) save and restore the object stored in Globs so they should be called from the corresponding functions in the derived object if the derived unit test manipulates the Globs object.
Reimplemented from UnitTest.
void BmpRGBSampleValueTest::testDistance | ( | void | ) |
void BmpRGBSampleValueTest::testIsNeighbour | ( | void | ) |
CvrStgFile * BmpRGBSampleValueTest::f_os2 [private] |
CvrStgFile* BmpRGBSampleValueTest::f_win [private] |
Globals BmpRGBSampleValueTest::gl_os2 [private] |
Globals BmpRGBSampleValueTest::gl_win [private] |
SampleValue* BmpRGBSampleValueTest::sv_0_0_0 [private] |
SampleValue * BmpRGBSampleValueTest::sv_0_3_4 [private] |
SampleValue * BmpRGBSampleValueTest::sv_10_10_10 [private] |
SampleValue * BmpRGBSampleValueTest::sv_128_128_128 [private] |
SampleValue * BmpRGBSampleValueTest::sv_12_13_14 [private] |
SampleValue * BmpRGBSampleValueTest::sv_1_1_1 [private] |
SampleValue * BmpRGBSampleValueTest::sv_210_0_120 [private] |
SampleValue * BmpRGBSampleValueTest::sv_255_255_255 [private] |