root/headers/tools/cppunit/cppunit/TextTestRunner.h
#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