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