Tizen 2.1 base
[platform/upstream/libbullet.git] / UnitTests / cppunit / include / cppunit / ui / text / TestRunner.h
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
13   /*! Text TestRunner (DEPRECATED).
14    * \deprecated Use TextTestRunner instead.
15    */
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