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;
29class test_unit_fixture;
30class global_fixture;
31
32// singletons
33class unit_test_monitor_t;
34class unit_test_log_t;
35
36class unit_test_log_formatter;
37struct log_entry_data;
38struct log_checkpoint_data;
39
40class lazy_ostream;
41
42} // namespace unit_test
43
44} // namespace boost
45
46#endif // BOOST_TEST_FWD_DECL_HPP_011605GER
47
48

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