#include <BmpPaletteSampleValueTest.h>
Inheritance diagram for BmpPaletteSampleValueTest:
Public Member Functions | |
BmpPaletteSampleValueTest (TestSuite *s) | |
void | setup (void) |
void | cleanup (void) |
void | testDistance (void) |
void | testIsNeighbour (void) |
Private Attributes | |
CvrStgFile * | f1 |
CvrStgFile * | f2 |
Globals | gl1 |
Globals | gl2 |
SampleValue * | sv1_0 |
SampleValue * | sv1_3 |
SampleValue * | sv1_7 |
SampleValue * | sv1_15 |
SampleValue * | sv2_3_49_96_5 |
SampleValue * | sv2_10_11_99_203 |
SampleValue * | sv2_48_18_106_194 |
SampleValue * | sv2_68_73_104_15 |
SampleValue * | sv2_171_61_97_25 |
|
|
|
cleanup the unit test - called after run Reimplemented from UnitTest. |
|
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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|