Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TestFramework.h

Go to the documentation of this file.
00001 #ifndef TEST_FRAMEWORK_H
00002 #define TEST_FRAMEWORK_H
00003 
00004 
00005 #include <memory>
00006 #include <string>
00007 #include <stdio.h>
00008 #include <stdlib.h>
00009 #include <cppunit/TestCaller.h>
00010 #include <cppunit/TestCase.h>
00011 #include <cppunit/TestSuite.h>
00012 #include <cppunit/TextTestRunner.h>
00013 #include "corona.h"
00014 using namespace std;
00015 using namespace CppUnit;
00016 using namespace corona;
00017 
00018 
00019 typedef unsigned char byte;
00020 
00021 
00022 #endif

Generated on Thu Oct 2 12:59:32 2003 for corona by doxygen1.3-rc1