source: NonGTP/Boost/boost/test/included/unit_test_framework.hpp @ 857

Revision 857, 2.3 KB checked in by igarcia, 18 years ago (diff)
Line 
1//  (C) Copyright Gennadiy Rozental 2001-2005.
2//  Distributed under the Boost Software License, Version 1.0.
3//  (See accompanying file LICENSE_1_0.txt or copy at
4//  http://www.boost.org/LICENSE_1_0.txt)
5
6//  See http://www.boost.org/libs/test for the library home page.
7//
8//  File        : $RCSfile: unit_test_framework.hpp,v $
9//
10//  Version     : $Revision: 1.13 $
11//
12//  Description : included (vs. linked) version of Unit Test Framework
13// ***************************************************************************
14
15#ifndef BOOST_INCLUDED_UNIT_TEST_FRAMEWORK_HPP_071894GER
16#define BOOST_INCLUDED_UNIT_TEST_FRAMEWORK_HPP_071894GER
17
18#include <boost/test/impl/compiler_log_formatter.ipp>
19#include <boost/test/impl/execution_monitor.ipp>
20#include <boost/test/impl/framework.ipp>
21#include <boost/test/impl/plain_report_formatter.ipp>
22#include <boost/test/impl/progress_monitor.ipp>
23#include <boost/test/impl/results_collector.ipp>
24#include <boost/test/impl/results_reporter.ipp>
25#include <boost/test/impl/test_tools.ipp>
26#include <boost/test/impl/unit_test_log.ipp>
27#include <boost/test/impl/unit_test_main.ipp>
28#include <boost/test/impl/unit_test_monitor.ipp>
29#include <boost/test/impl/unit_test_parameters.ipp>
30#include <boost/test/impl/unit_test_suite.ipp>
31#include <boost/test/impl/xml_log_formatter.ipp>
32#include <boost/test/impl/xml_report_formatter.ipp>
33
34// ***************************************************************************
35//  Revision History :
36// 
37//  $Log: unit_test_framework.hpp,v $
38//  Revision 1.13  2005/02/20 08:27:08  rogeeff
39//  This a major update for Boost.Test framework. See release docs for complete list of fixes/updates
40//
41//  Revision 1.12  2005/02/01 08:59:38  rogeeff
42//  supplied_log_formatters split
43//  change formatters interface to simplify result interface
44//
45//  Revision 1.11  2005/02/01 06:40:07  rogeeff
46//  copyright update
47//  old log entries removed
48//  minor stilistic changes
49//  depricated tools removed
50//
51//  Revision 1.10  2005/01/22 19:22:13  rogeeff
52//  implementation moved into headers section to eliminate dependency of included/minimal component on src directory
53//
54// ***************************************************************************
55
56#endif // BOOST_INCLUDED_UNIT_TEST_FRAMEWORK_HPP_071894GER
Note: See TracBrowser for help on using the repository browser.