// (C) Copyright Gennadiy Rozental 2001-2005. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile: unit_test_framework.hpp,v $ // // Version : $Revision: 1.13 $ // // Description : included (vs. linked) version of Unit Test Framework // *************************************************************************** #ifndef BOOST_INCLUDED_UNIT_TEST_FRAMEWORK_HPP_071894GER #define BOOST_INCLUDED_UNIT_TEST_FRAMEWORK_HPP_071894GER #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include // *************************************************************************** // Revision History : // // $Log: unit_test_framework.hpp,v $ // Revision 1.13 2005/02/20 08:27:08 rogeeff // This a major update for Boost.Test framework. See release docs for complete list of fixes/updates // // Revision 1.12 2005/02/01 08:59:38 rogeeff // supplied_log_formatters split // change formatters interface to simplify result interface // // Revision 1.11 2005/02/01 06:40:07 rogeeff // copyright update // old log entries removed // minor stilistic changes // depricated tools removed // // Revision 1.10 2005/01/22 19:22:13 rogeeff // implementation moved into headers section to eliminate dependency of included/minimal component on src directory // // *************************************************************************** #endif // BOOST_INCLUDED_UNIT_TEST_FRAMEWORK_HPP_071894GER