Rev | Line | |
---|
[857] | 1 | // (C) Copyright Gennadiy Rozental 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: fwd_decl.hpp,v $
|
---|
| 9 | //
|
---|
| 10 | // Version : $Revision: 1.1 $
|
---|
| 11 | //
|
---|
| 12 | // Description : contains forward eclarations for Boost.Test data types
|
---|
| 13 | // ***************************************************************************
|
---|
| 14 |
|
---|
| 15 | #ifndef BOOST_TEST_FWD_DECL_HPP_011605GER
|
---|
| 16 | #define BOOST_TEST_FWD_DECL_HPP_011605GER
|
---|
| 17 |
|
---|
| 18 | namespace boost {
|
---|
| 19 |
|
---|
| 20 | class execution_monitor;
|
---|
| 21 | class execution_exception;
|
---|
| 22 |
|
---|
| 23 | namespace unit_test {
|
---|
| 24 |
|
---|
| 25 | class test_unit;
|
---|
| 26 | class test_case;
|
---|
| 27 | class test_suite;
|
---|
| 28 |
|
---|
| 29 | class test_tree_visitor;
|
---|
| 30 | class test_observer;
|
---|
| 31 |
|
---|
| 32 | // singletons
|
---|
| 33 | class unit_test_monitor_t;
|
---|
| 34 | class unit_test_log_t;
|
---|
| 35 |
|
---|
| 36 | class unit_test_log_formatter;
|
---|
| 37 | struct log_entry_data;
|
---|
| 38 | struct log_checkpoint_data;
|
---|
| 39 |
|
---|
| 40 |
|
---|
| 41 | } // namespace unit_test
|
---|
| 42 |
|
---|
| 43 | } // namespace boost
|
---|
| 44 |
|
---|
| 45 | // ***************************************************************************
|
---|
| 46 | // Revision History :
|
---|
| 47 | //
|
---|
| 48 | // $Log: fwd_decl.hpp,v $
|
---|
| 49 | // Revision 1.1 2005/02/20 08:27:06 rogeeff
|
---|
| 50 | // This a major update for Boost.Test framework. See release docs for complete list of fixes/updates
|
---|
| 51 | //
|
---|
| 52 | // ***************************************************************************
|
---|
| 53 |
|
---|
| 54 | #endif // BOOST_TEST_FWD_DECL_HPP_011605GER
|
---|
| 55 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.