Menu

[r242]: / trunk / cppunit / include / cppunit / TextTestRunner.h  Maximize  Restore  History

Download this file

18 lines (12 with data), 368 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
#ifndef CPPUNIT_TEXTTESTRUNNER_H
#define CPPUNIT_TEXTTESTRUNNER_H
#include <cppunit/ui/text/TestRunner.h>
namespace CppUnit {
/*!
* \brief A text mode test runner.
* \ingroup ExecutingTest
* \deprecated Use CppUnit::TextUi::TestRunner instead.
*/
typedef CppUnit::TextUi::TestRunner TextTestRunner;
} // namespace CppUnit
#endif // CPPUNIT_TEXTTESTRUNNER_H
MongoDB Logo MongoDB