00001 #ifndef CPPUNIT_UI_TEXT_TESTRUNNER_H
00002 #define CPPUNIT_UI_TEXT_TESTRUNNER_H
00003
00004 #include <cppunit/ui/text/TextTestRunner.h>
00005
00006
00007 #if defined(CPPUNIT_HAVE_NAMESPACES)
00008
00009 CPPUNIT_NS_BEGIN
00010 namespace TextUi
00011 {
00012
00016 typedef TextTestRunner TestRunner;
00017
00018 }
00019 CPPUNIT_NS_END
00020
00021 #endif // defined(CPPUNIT_HAVE_NAMESPACES)
00022
00023
00024 #endif // CPPUNIT_UI_TEXT_TESTRUNNER_H