00001 #ifdef __UTEST 00002 00003 #ifndef REG_EXPR_TEST 00004 #define REG_EXPR_TEST 00005 00006 #include "RegExpr.hpp" 00007 00008 class RegExprTest 00009 { 00010 public: 00011 RegExprTest(void); 00012 ~RegExprTest(void); 00013 bool TestInputValidation(char*); 00014 bool TestInputValidationAll(); 00015 }; 00016 #endif 00017 #endif