Edit

kc3-lang/ftgl/mac/Includes/cppunit/TextTestRunner.h

Branch :

  • Show log

    Commit

  • Author : henry
    Date : 2002-12-17 08:35:37
    Hash : 7e52afc1
    Message : Adding unit tests

  • mac/Includes/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