Jeff Thompson | ef2d5a4 | 2013-08-22 19:09:24 -0700 | [diff] [blame] | 1 | // (C) Copyright Gennadiy Rozental 2005-2008. |
| 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$ |
| 9 | // |
| 10 | // Version : $Revision: 49312 $ |
| 11 | // |
| 12 | // Description : contains forward eclarations for Boost.Test data types |
| 13 | // *************************************************************************** |
| 14 | |
Jeff Thompson | 3d613fd | 2013-10-15 15:39:04 -0700 | [diff] [blame] | 15 | #ifndef NDNBOOST_TEST_FWD_DECL_HPP_011605GER |
| 16 | #define NDNBOOST_TEST_FWD_DECL_HPP_011605GER |
Jeff Thompson | ef2d5a4 | 2013-08-22 19:09:24 -0700 | [diff] [blame] | 17 | |
| 18 | namespace ndnboost { |
| 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 | class master_test_suite_t; |
| 29 | |
| 30 | class test_tree_visitor; |
| 31 | class test_observer; |
| 32 | |
| 33 | // singletons |
| 34 | class unit_test_monitor_t; |
| 35 | class unit_test_log_t; |
| 36 | |
| 37 | class unit_test_log_formatter; |
| 38 | struct log_entry_data; |
| 39 | struct log_checkpoint_data; |
| 40 | |
| 41 | class lazy_ostream; |
| 42 | |
| 43 | } // namespace unit_test |
| 44 | |
| 45 | } // namespace ndnboost |
| 46 | |
Jeff Thompson | 3d613fd | 2013-10-15 15:39:04 -0700 | [diff] [blame] | 47 | #endif // NDNBOOST_TEST_FWD_DECL_HPP_011605GER |
Jeff Thompson | ef2d5a4 | 2013-08-22 19:09:24 -0700 | [diff] [blame] | 48 | |