CppUnit project page FAQ CppUnit home page

Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

TestRunner.h

Go to the documentation of this file.
00001 #ifndef CPPUNIT_MSVC_TESTRUNNER_H 00002 #define CPPUNIT_MSVC_TESTRUNNER_H 00003 00004 00005 #if _MSC_VER >= 1000 00006 #pragma once 00007 #endif // _MSC_VER >= 1000 00008 00009 #include <cppunit/ui/mfc/MfcTestRunner.h> 00010 00015 typedef CPPUNIT_NS::MfcTestRunner TestRunner; 00016 00017 #endif // CPPUNIT_MSVC_TESTRUNNER_H

SourceForge Logo hosts this site. Send comments to:
CppUnit Developers