CppUnit project page
FAQ
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
include
cppunit
ui
mfc
cppunit/ui/mfc/TestRunner.h
Go to the documentation of this file.
1
#ifndef CPPUNITUI_MFC_TESTRUNNER_H
2
#define CPPUNITUI_MFC_TESTRUNNER_H
3
4
#include <
cppunit/ui/mfc/MfcTestRunner.h
>
5
6
CPPUNIT_NS_BEGIN
7
8
#if defined(CPPUNIT_HAVE_NAMESPACES)
9
namespace
MfcUi
10
{
14
typedef
CPPUNIT_NS::MfcTestRunner
TestRunner
;
15
}
16
#endif // defined(CPPUNIT_HAVE_NAMESPACES)
17
18
CPPUNIT_NS_END
19
20
21
#endif // CPPUNITUI_MFC_TESTRUNNER_H
Send comments to:
CppUnit Developers