1// (C) Copyright Gennadiy Rozental 2001.
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
9//!@brief contains forward eclarations for Boost.Test data types
10// ***************************************************************************
11
12#ifndef BOOST_TEST_FWD_DECL_HPP_011605GER
13#define BOOST_TEST_FWD_DECL_HPP_011605GER
14
15namespace boost {
16
17class execution_monitor;
18class execution_exception;
19
20namespace unit_test {
21
22class test_unit;
23class test_case;
24class test_suite;
25class master_test_suite_t;
26
27class test_tree_visitor;
28class test_observer;
29
30// singletons
31class unit_test_monitor_t;
32class unit_test_log_t;
33
34class unit_test_log_formatter;
35struct log_entry_data;
36struct log_checkpoint_data;
37
38class lazy_ostream;
39
40} // namespace unit_test
41
42} // namespace boost
43
44#endif // BOOST_TEST_FWD_DECL_HPP_011605GER
45
46

source code of boost/boost/test/detail/fwd_decl.hpp