00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef HxImgTest_h
00011 #define HxImgTest_h
00012
00013 #include "HxTest.h"
00014 #include "HxImageRep.h"
00015
00016 class L_HXIMAGEREP HxImgTest : public HxTest
00017 {
00018 protected:
00019 virtual void compare(HxImageRep result, HxImageRep reference);
00020 virtual void compare(HxImageRep result, HxString refName);
00021 private:
00022 static const double errorTolerance;
00023 };
00024
00025 void L_HXIMAGEREP
00026 HxPrintTests(STD_OSTREAM& os, HxTest** testList);
00027
00030 int L_HXIMAGEREP
00031 HxImgTestMain(HxString testSuite, bool verbose, HxTest** testList);
00032
00033 #endif