Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

RegExprTest.hpp

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

Generated on Fri Mar 30 02:54:34 2007 for InterComLayer by doxygen 1.3.5