1/*-----------------------------------------------------------------------------+
2Copyright (c) 2008-2009: Joachim Faulhaber
3+------------------------------------------------------------------------------+
4 Distributed under the Boost Software License, Version 1.0.
5 (See accompanying file LICENCE.txt or copy at
6 http://www.boost.org/LICENSE_1_0.txt)
7+-----------------------------------------------------------------------------*/
8#ifndef BOOST_ICL_TEST_ICL_MAP_CASES_HPP_JOFA_090701
9#define BOOST_ICL_TEST_ICL_MAP_CASES_HPP_JOFA_090701
10
11BOOST_AUTO_TEST_CASE_TEMPLATE
12(test_itl_icl_map_find_4_bicremental_types, T, discrete_types)
13{ icl_map_find_4_bicremental_types<T, int, partial_absorber, INTERVAL_MAP>();}
14
15BOOST_AUTO_TEST_CASE_TEMPLATE
16(test_itl_icl_map_inclusion_compare_4_bicremental_types, T, discrete_types)
17{ icl_map_inclusion_compare_4_bicremental_types<T, int, partial_absorber, INTERVAL_MAP>();}
18
19BOOST_AUTO_TEST_CASE
20(test_icl_icl_map_move_4_discrete_types)
21{ icl_map_move_4_discrete_types<discrete_type_1, int, partial_absorber, INTERVAL_MAP>();}
22
23#endif // BOOST_ICL_TEST_ICL_MAP_CASES_HPP_JOFA_090701
24

source code of boost/libs/icl/test/test_icl_map_/test_icl_map_cases.hpp