Files Classes Functions Hierarchy
00001 #ifndef CIREPORTTEST_H 00002 #define CIREPORTTEST_H 00003 00004 #include <cassert> 00005 using namespace std; 00006 00007 #include <typedefs.h> 00008 00012 class cireporttest 00013 { 00014 public: 00015 00017 static string doc[]; 00018 00020 static int test01( int argc, char** argv); 00022 static int test02( int argc, char** argv); 00024 static int test03( int argc, char** argv); 00025 00026 }; 00027 00028 00029 #endif 00030
1.5.8