Files Classes Functions Hierarchy
00001 #ifndef PROJUNITTESTS_H 00002 #define PROJUNITTESTS_H 00003 00004 #include <cassert> 00005 #include <vector> 00006 using namespace std; 00007 00008 #include <exitint.h> 00009 #include <projprint.h> 00010 #include <projunittest.h> 00011 00017 class projunittests : public exitint 00018 { 00019 public: 00020 00022 projprint terminal; 00023 00025 vector< projunittest > vi; 00026 00028 stringc xml() const; 00029 00032 int eval(); 00033 00035 static string fileresults; 00036 00037 static string tempfile; 00038 00040 stringc report() const; 00041 00042 }; 00043 00044 00045 #endif 00046 00047
1.5.8