ProgTest.h

Go to the documentation of this file.
00001 #include <cppunit/TestCaller.h>
00002 #include <cppunit/TestCase.h>
00003 #include <cppunit/TestSuite.h>
00004 
00005 #include "prog.h"
00006 
00007 class ProgTest : public CppUnit::TestCase {
00008   protected:
00009     Prog*  m_prog;
00010 
00011   public:
00012     ProgTest(std::string name) : CppUnit::TestCase (name)
00013     {}
00014 
00015     virtual void registerTests(CppUnit::TestSuite* suite);
00016 
00017     int countTestCases () const;
00018 
00019     void setUp ();
00020     void tearDown ();
00021 
00022     void testName ();
00023 };
00024 

Generated on Tue Sep 19 21:18:31 2006 for Boomerang by  doxygen 1.4.6