00001 #ifdef __UTEST 00002 00003 #ifndef PROPERTYTEST 00004 #define PROPERTYTEST 00005 00006 #include "Property.h" 00007 00008 class PropertyTest { 00009 public: 00010 PropertyTest(); 00011 00012 ~PropertyTest(); 00013 00014 bool testPropertyAll(); 00015 00016 bool testPropertyEmpty(); 00017 00018 bool testPropertyFile(); 00019 00020 bool testPropertyDatabase(); 00021 00022 }; 00023 00024 00025 #endif 00026 #endif