mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Moved some components into a detail sub-directory
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@482 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
24e618ee8c
commit
3ab7fea2a0
26 changed files with 78 additions and 78 deletions
|
|
@ -19,18 +19,25 @@
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\..\turtle\action.hpp" />
|
|
||||||
<ClInclude Include="..\..\turtle\boost_test_error.hpp" />
|
<ClInclude Include="..\..\turtle\boost_test_error.hpp" />
|
||||||
<ClInclude Include="..\..\turtle\check.hpp" />
|
|
||||||
<ClInclude Include="..\..\turtle\cleanup.hpp" />
|
|
||||||
<ClInclude Include="..\..\turtle\config.hpp" />
|
<ClInclude Include="..\..\turtle\config.hpp" />
|
||||||
<ClInclude Include="..\..\turtle\constraint.hpp" />
|
<ClInclude Include="..\..\turtle\constraint.hpp" />
|
||||||
<ClInclude Include="..\..\turtle\constraints.hpp" />
|
<ClInclude Include="..\..\turtle\constraints.hpp" />
|
||||||
<ClInclude Include="..\..\turtle\default_error.hpp" />
|
<ClInclude Include="..\..\turtle\default_error.hpp" />
|
||||||
|
<ClInclude Include="..\..\turtle\detail\action.hpp" />
|
||||||
|
<ClInclude Include="..\..\turtle\detail\check.hpp" />
|
||||||
<ClInclude Include="..\..\turtle\detail\child.hpp" />
|
<ClInclude Include="..\..\turtle\detail\child.hpp" />
|
||||||
|
<ClInclude Include="..\..\turtle\detail\cleanup.hpp" />
|
||||||
<ClInclude Include="..\..\turtle\detail\context.hpp" />
|
<ClInclude Include="..\..\turtle\detail\context.hpp" />
|
||||||
|
<ClInclude Include="..\..\turtle\detail\expectation_base.hpp" />
|
||||||
|
<ClInclude Include="..\..\turtle\detail\expectation_template.hpp" />
|
||||||
|
<ClInclude Include="..\..\turtle\detail\function.hpp" />
|
||||||
|
<ClInclude Include="..\..\turtle\detail\function_iterate.hpp" />
|
||||||
|
<ClInclude Include="..\..\turtle\detail\function_template.hpp" />
|
||||||
<ClInclude Include="..\..\turtle\detail\group.hpp" />
|
<ClInclude Include="..\..\turtle\detail\group.hpp" />
|
||||||
|
<ClInclude Include="..\..\turtle\detail\invocation.hpp" />
|
||||||
<ClInclude Include="..\..\turtle\detail\lambda.hpp" />
|
<ClInclude Include="..\..\turtle\detail\lambda.hpp" />
|
||||||
|
<ClInclude Include="..\..\turtle\detail\operators.hpp" />
|
||||||
<ClInclude Include="..\..\turtle\detail\parameters.hpp" />
|
<ClInclude Include="..\..\turtle\detail\parameters.hpp" />
|
||||||
<ClInclude Include="..\..\turtle\detail\parent.hpp" />
|
<ClInclude Include="..\..\turtle\detail\parent.hpp" />
|
||||||
<ClInclude Include="..\..\turtle\detail\root.hpp" />
|
<ClInclude Include="..\..\turtle\detail\root.hpp" />
|
||||||
|
|
@ -39,17 +46,10 @@
|
||||||
<ClInclude Include="..\..\turtle\detail\verifiable.hpp" />
|
<ClInclude Include="..\..\turtle\detail\verifiable.hpp" />
|
||||||
<ClInclude Include="..\..\turtle\detail\yes_no_type.hpp" />
|
<ClInclude Include="..\..\turtle\detail\yes_no_type.hpp" />
|
||||||
<ClInclude Include="..\..\turtle\error.hpp" />
|
<ClInclude Include="..\..\turtle\error.hpp" />
|
||||||
<ClInclude Include="..\..\turtle\expectation_base.hpp" />
|
|
||||||
<ClInclude Include="..\..\turtle\expectation_template.hpp" />
|
|
||||||
<ClInclude Include="..\..\turtle\function.hpp" />
|
|
||||||
<ClInclude Include="..\..\turtle\function_iterate.hpp" />
|
|
||||||
<ClInclude Include="..\..\turtle\function_template.hpp" />
|
|
||||||
<ClInclude Include="..\..\turtle\invocation.hpp" />
|
|
||||||
<ClInclude Include="..\..\turtle\is_functor.hpp" />
|
<ClInclude Include="..\..\turtle\is_functor.hpp" />
|
||||||
<ClInclude Include="..\..\turtle\log.hpp" />
|
<ClInclude Include="..\..\turtle\log.hpp" />
|
||||||
<ClInclude Include="..\..\turtle\mock.hpp" />
|
<ClInclude Include="..\..\turtle\mock.hpp" />
|
||||||
<ClInclude Include="..\..\turtle\object.hpp" />
|
<ClInclude Include="..\..\turtle\object.hpp" />
|
||||||
<ClInclude Include="..\..\turtle\operators.hpp" />
|
|
||||||
<ClInclude Include="..\..\turtle\sequence.hpp" />
|
<ClInclude Include="..\..\turtle\sequence.hpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
|
|
|
||||||
|
|
@ -25,12 +25,6 @@
|
||||||
<ClInclude Include="..\..\turtle\error.hpp">
|
<ClInclude Include="..\..\turtle\error.hpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="..\..\turtle\function.hpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="..\..\turtle\invocation.hpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="..\..\turtle\is_functor.hpp">
|
<ClInclude Include="..\..\turtle\is_functor.hpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
|
@ -43,24 +37,12 @@
|
||||||
<ClInclude Include="..\..\turtle\object.hpp">
|
<ClInclude Include="..\..\turtle\object.hpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="..\..\turtle\operators.hpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="..\..\turtle\sequence.hpp">
|
<ClInclude Include="..\..\turtle\sequence.hpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="..\..\turtle\action.hpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="..\..\turtle\boost_test_error.hpp">
|
<ClInclude Include="..\..\turtle\boost_test_error.hpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="..\..\turtle\check.hpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="..\..\turtle\cleanup.hpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="..\..\turtle\detail\signature.hpp">
|
<ClInclude Include="..\..\turtle\detail\signature.hpp">
|
||||||
<Filter>Source Files\detail</Filter>
|
<Filter>Source Files\detail</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
|
@ -94,17 +76,35 @@
|
||||||
<ClInclude Include="..\..\turtle\detail\parameters.hpp">
|
<ClInclude Include="..\..\turtle\detail\parameters.hpp">
|
||||||
<Filter>Source Files\detail</Filter>
|
<Filter>Source Files\detail</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="..\..\turtle\function_template.hpp">
|
<ClInclude Include="..\..\turtle\detail\cleanup.hpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files\detail</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="..\..\turtle\expectation_base.hpp">
|
<ClInclude Include="..\..\turtle\detail\action.hpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files\detail</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="..\..\turtle\expectation_template.hpp">
|
<ClInclude Include="..\..\turtle\detail\check.hpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files\detail</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="..\..\turtle\function_iterate.hpp">
|
<ClInclude Include="..\..\turtle\detail\expectation_template.hpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files\detail</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\turtle\detail\function.hpp">
|
||||||
|
<Filter>Source Files\detail</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\turtle\detail\function_iterate.hpp">
|
||||||
|
<Filter>Source Files\detail</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\turtle\detail\function_template.hpp">
|
||||||
|
<Filter>Source Files\detail</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\turtle\detail\expectation_base.hpp">
|
||||||
|
<Filter>Source Files\detail</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\turtle\detail\invocation.hpp">
|
||||||
|
<Filter>Source Files\detail</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\turtle\detail\operators.hpp">
|
||||||
|
<Filter>Source Files\detail</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
@ -22,14 +22,14 @@
|
||||||
<ClInclude Include="..\..\test\mock_error.hpp" />
|
<ClInclude Include="..\..\test\mock_error.hpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<ClCompile Include="..\..\test\detail\test_function.cpp" />
|
||||||
|
<ClCompile Include="..\..\test\detail\test_invocation.cpp" />
|
||||||
<ClCompile Include="..\..\test\detail\test_parameters.cpp" />
|
<ClCompile Include="..\..\test\detail\test_parameters.cpp" />
|
||||||
<ClCompile Include="..\..\test\detail\test_signature.cpp" />
|
<ClCompile Include="..\..\test\detail\test_signature.cpp" />
|
||||||
<ClCompile Include="..\..\test\detail\test_type_name.cpp" />
|
<ClCompile Include="..\..\test\detail\test_type_name.cpp" />
|
||||||
<ClCompile Include="..\..\test\test_constraints.cpp" />
|
<ClCompile Include="..\..\test\test_constraints.cpp" />
|
||||||
<ClCompile Include="..\..\test\test_error.cpp" />
|
<ClCompile Include="..\..\test\test_error.cpp" />
|
||||||
<ClCompile Include="..\..\test\test_function.cpp" />
|
|
||||||
<ClCompile Include="..\..\test\test_integration.cpp" />
|
<ClCompile Include="..\..\test\test_integration.cpp" />
|
||||||
<ClCompile Include="..\..\test\test_invocation.cpp" />
|
|
||||||
<ClCompile Include="..\..\test\test_is_functor.cpp" />
|
<ClCompile Include="..\..\test\test_is_functor.cpp" />
|
||||||
<ClCompile Include="..\..\test\test_log.cpp" />
|
<ClCompile Include="..\..\test\test_log.cpp" />
|
||||||
<ClCompile Include="..\..\test\test_max_args.cpp" />
|
<ClCompile Include="..\..\test\test_max_args.cpp" />
|
||||||
|
|
|
||||||
|
|
@ -21,15 +21,9 @@
|
||||||
<ClCompile Include="..\..\test\test_error.cpp">
|
<ClCompile Include="..\..\test\test_error.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\test\test_function.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\test\test_integration.cpp">
|
<ClCompile Include="..\..\test\test_integration.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\test\test_invocation.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\test\test_is_functor.cpp">
|
<ClCompile Include="..\..\test\test_is_functor.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
@ -57,5 +51,11 @@
|
||||||
<ClCompile Include="..\..\test\detail\test_parameters.cpp">
|
<ClCompile Include="..\..\test\detail\test_parameters.cpp">
|
||||||
<Filter>Source Files\detail</Filter>
|
<Filter>Source Files\detail</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\test\detail\test_function.cpp">
|
||||||
|
<Filter>Source Files\detail</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\test\detail\test_invocation.cpp">
|
||||||
|
<Filter>Source Files\detail</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
@ -7,8 +7,8 @@
|
||||||
// http://www.boost.org/LICENSE_1_0.txt)
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#define BOOST_AUTO_TEST_MAIN
|
#define BOOST_AUTO_TEST_MAIN
|
||||||
#include "mock_error.hpp"
|
#include "../mock_error.hpp"
|
||||||
#include <turtle/function.hpp>
|
#include <turtle/detail/function.hpp>
|
||||||
#include <turtle/constraints.hpp>
|
#include <turtle/constraints.hpp>
|
||||||
#include <boost/test/auto_unit_test.hpp>
|
#include <boost/test/auto_unit_test.hpp>
|
||||||
#define BOOST_LIB_NAME boost_unit_test_framework
|
#define BOOST_LIB_NAME boost_unit_test_framework
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// http://www.boost.org/LICENSE_1_0.txt)
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include <turtle/invocation.hpp>
|
#include <turtle/detail/invocation.hpp>
|
||||||
#include <boost/test/auto_unit_test.hpp>
|
#include <boost/test/auto_unit_test.hpp>
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE( unlimited )
|
BOOST_AUTO_TEST_CASE( unlimited )
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// http://www.boost.org/LICENSE_1_0.txt)
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include <turtle/type_name.hpp>
|
#include <turtle/detail/type_name.hpp>
|
||||||
#include <boost/test/auto_unit_test.hpp>
|
#include <boost/test/auto_unit_test.hpp>
|
||||||
#include <boost/lexical_cast.hpp>
|
#include <boost/lexical_cast.hpp>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
// http://www.boost.org/LICENSE_1_0.txt)
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include <turtle/constraints.hpp>
|
#include <turtle/constraints.hpp>
|
||||||
#include <turtle/operators.hpp>
|
#include <turtle/detail/operators.hpp>
|
||||||
#include <boost/test/auto_unit_test.hpp>
|
#include <boost/test/auto_unit_test.hpp>
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE( all_comparison_constraints_can_be_instanciated )
|
BOOST_AUTO_TEST_CASE( all_comparison_constraints_can_be_instanciated )
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
#include "mock_error.hpp"
|
#include "mock_error.hpp"
|
||||||
#include <turtle/object.hpp>
|
#include <turtle/object.hpp>
|
||||||
#include <turtle/function.hpp>
|
#include <turtle/detail/function.hpp>
|
||||||
#include <boost/test/auto_unit_test.hpp>
|
#include <boost/test/auto_unit_test.hpp>
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
#include "mock_error.hpp"
|
#include "mock_error.hpp"
|
||||||
#include <turtle/sequence.hpp>
|
#include <turtle/sequence.hpp>
|
||||||
#include <turtle/function.hpp>
|
#include <turtle/detail/function.hpp>
|
||||||
#include <boost/test/auto_unit_test.hpp>
|
#include <boost/test/auto_unit_test.hpp>
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE( registering_to_a_sequence_and_calling_out_of_order_throws )
|
BOOST_AUTO_TEST_CASE( registering_to_a_sequence_and_calling_out_of_order_throws )
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
#ifndef MOCK_ACTION_HPP_INCLUDED
|
#ifndef MOCK_ACTION_HPP_INCLUDED
|
||||||
#define MOCK_ACTION_HPP_INCLUDED
|
#define MOCK_ACTION_HPP_INCLUDED
|
||||||
|
|
||||||
#include "detail/lambda.hpp"
|
#include "lambda.hpp"
|
||||||
#include <boost/type_traits/remove_reference.hpp>
|
#include <boost/type_traits/remove_reference.hpp>
|
||||||
#include <boost/type_traits/remove_const.hpp>
|
#include <boost/type_traits/remove_const.hpp>
|
||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
|
|
@ -9,9 +9,9 @@
|
||||||
#ifndef MOCK_CHECK_HPP_INCLUDED
|
#ifndef MOCK_CHECK_HPP_INCLUDED
|
||||||
#define MOCK_CHECK_HPP_INCLUDED
|
#define MOCK_CHECK_HPP_INCLUDED
|
||||||
|
|
||||||
#include "is_functor.hpp"
|
|
||||||
#include "operators.hpp"
|
#include "operators.hpp"
|
||||||
#include "log.hpp"
|
#include "../log.hpp"
|
||||||
|
#include "../is_functor.hpp"
|
||||||
#include <boost/utility/enable_if.hpp>
|
#include <boost/utility/enable_if.hpp>
|
||||||
#include <boost/noncopyable.hpp>
|
#include <boost/noncopyable.hpp>
|
||||||
#include <boost/ref.hpp>
|
#include <boost/ref.hpp>
|
||||||
|
|
@ -9,8 +9,8 @@
|
||||||
#ifndef MOCK_CHILD_HPP_INCLUDED
|
#ifndef MOCK_CHILD_HPP_INCLUDED
|
||||||
#define MOCK_CHILD_HPP_INCLUDED
|
#define MOCK_CHILD_HPP_INCLUDED
|
||||||
|
|
||||||
#include "detail/type_name.hpp"
|
#include "type_name.hpp"
|
||||||
#include "detail/parent.hpp"
|
#include "parent.hpp"
|
||||||
#include <boost/test/utils/basic_cstring/basic_cstring.hpp>
|
#include <boost/test/utils/basic_cstring/basic_cstring.hpp>
|
||||||
#include <boost/optional.hpp>
|
#include <boost/optional.hpp>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
|
|
|
||||||
|
|
@ -9,11 +9,11 @@
|
||||||
#ifndef MOCK_CLEANUP_HPP_INCLUDED
|
#ifndef MOCK_CLEANUP_HPP_INCLUDED
|
||||||
#define MOCK_CLEANUP_HPP_INCLUDED
|
#define MOCK_CLEANUP_HPP_INCLUDED
|
||||||
|
|
||||||
#include "config.hpp"
|
#include "../config.hpp"
|
||||||
|
|
||||||
#ifdef MOCK_USE_BOOST_TEST
|
#ifdef MOCK_USE_BOOST_TEST
|
||||||
|
|
||||||
#include "detail/root.hpp"
|
#include "root.hpp"
|
||||||
#include <boost/test/unit_test_suite.hpp>
|
#include <boost/test/unit_test_suite.hpp>
|
||||||
|
|
||||||
namespace mock
|
namespace mock
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
#ifndef MOCK_CONTEXT_HPP_INCLUDED
|
#ifndef MOCK_CONTEXT_HPP_INCLUDED
|
||||||
#define MOCK_CONTEXT_HPP_INCLUDED
|
#define MOCK_CONTEXT_HPP_INCLUDED
|
||||||
|
|
||||||
#include "detail/type_name.hpp"
|
#include "type_name.hpp"
|
||||||
#include <boost/noncopyable.hpp>
|
#include <boost/noncopyable.hpp>
|
||||||
#include <boost/optional.hpp>
|
#include <boost/optional.hpp>
|
||||||
#include <boost/test/utils/basic_cstring/basic_cstring.hpp>
|
#include <boost/test/utils/basic_cstring/basic_cstring.hpp>
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
#define MOCK_EXPECTATION_BASE_HPP_INCLUDED
|
#define MOCK_EXPECTATION_BASE_HPP_INCLUDED
|
||||||
|
|
||||||
#include "invocation.hpp"
|
#include "invocation.hpp"
|
||||||
#include "sequence.hpp"
|
#include "../sequence.hpp"
|
||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|
@ -9,18 +9,18 @@
|
||||||
#ifndef MOCK_FUNCTION_HPP_INCLUDED
|
#ifndef MOCK_FUNCTION_HPP_INCLUDED
|
||||||
#define MOCK_FUNCTION_HPP_INCLUDED
|
#define MOCK_FUNCTION_HPP_INCLUDED
|
||||||
|
|
||||||
#include "config.hpp"
|
#include "../config.hpp"
|
||||||
#include "error.hpp"
|
#include "../error.hpp"
|
||||||
#include "log.hpp"
|
#include "../log.hpp"
|
||||||
|
#include "../constraints.hpp"
|
||||||
|
#include "../sequence.hpp"
|
||||||
#include "check.hpp"
|
#include "check.hpp"
|
||||||
#include "action.hpp"
|
#include "action.hpp"
|
||||||
|
#include "verifiable.hpp"
|
||||||
|
#include "type_name.hpp"
|
||||||
|
#include "context.hpp"
|
||||||
#include "invocation.hpp"
|
#include "invocation.hpp"
|
||||||
#include "constraints.hpp"
|
|
||||||
#include "sequence.hpp"
|
|
||||||
#include "expectation_base.hpp"
|
#include "expectation_base.hpp"
|
||||||
#include "detail/verifiable.hpp"
|
|
||||||
#include "detail/type_name.hpp"
|
|
||||||
#include "detail/context.hpp"
|
|
||||||
#include <boost/preprocessor/repetition/repeat_from_to.hpp>
|
#include <boost/preprocessor/repetition/repeat_from_to.hpp>
|
||||||
#include <boost/preprocessor/repetition/enum_params.hpp>
|
#include <boost/preprocessor/repetition/enum_params.hpp>
|
||||||
#include <boost/preprocessor/repetition/enum_binary_params.hpp>
|
#include <boost/preprocessor/repetition/enum_binary_params.hpp>
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
#ifndef MOCK_GROUP_HPP_INCLUDED
|
#ifndef MOCK_GROUP_HPP_INCLUDED
|
||||||
#define MOCK_GROUP_HPP_INCLUDED
|
#define MOCK_GROUP_HPP_INCLUDED
|
||||||
|
|
||||||
#include "detail/verifiable.hpp"
|
#include "verifiable.hpp"
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,8 @@
|
||||||
#ifndef MOCK_OPERATORS_HPP_INCLUDED
|
#ifndef MOCK_OPERATORS_HPP_INCLUDED
|
||||||
#define MOCK_OPERATORS_HPP_INCLUDED
|
#define MOCK_OPERATORS_HPP_INCLUDED
|
||||||
|
|
||||||
#include "constraint.hpp"
|
#include "../constraint.hpp"
|
||||||
#include "log.hpp"
|
#include "../log.hpp"
|
||||||
|
|
||||||
namespace mock
|
namespace mock
|
||||||
{
|
{
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
#ifndef MOCK_PARENT_HPP_INCLUDED
|
#ifndef MOCK_PARENT_HPP_INCLUDED
|
||||||
#define MOCK_PARENT_HPP_INCLUDED
|
#define MOCK_PARENT_HPP_INCLUDED
|
||||||
|
|
||||||
#include "detail/type_name.hpp"
|
#include "type_name.hpp"
|
||||||
#include <boost/optional.hpp>
|
#include <boost/optional.hpp>
|
||||||
#include <boost/test/utils/basic_cstring/io.hpp>
|
#include <boost/test/utils/basic_cstring/io.hpp>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
|
|
|
||||||
|
|
@ -9,10 +9,10 @@
|
||||||
#ifndef MOCK_ROOT_HPP_INCLUDED
|
#ifndef MOCK_ROOT_HPP_INCLUDED
|
||||||
#define MOCK_ROOT_HPP_INCLUDED
|
#define MOCK_ROOT_HPP_INCLUDED
|
||||||
|
|
||||||
#include "detail/parent.hpp"
|
#include "parent.hpp"
|
||||||
#include "detail/group.hpp"
|
#include "group.hpp"
|
||||||
#include "detail/context.hpp"
|
#include "context.hpp"
|
||||||
#include "detail/child.hpp"
|
#include "child.hpp"
|
||||||
#include <boost/test/utils/trivial_singleton.hpp>
|
#include <boost/test/utils/trivial_singleton.hpp>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
|
||||||
|
|
@ -10,12 +10,12 @@
|
||||||
#define MOCK_MOCK_HPP_INCLUDED
|
#define MOCK_MOCK_HPP_INCLUDED
|
||||||
|
|
||||||
#include "config.hpp"
|
#include "config.hpp"
|
||||||
#include "cleanup.hpp"
|
|
||||||
#include "object.hpp"
|
#include "object.hpp"
|
||||||
#include "function.hpp"
|
#include "detail/function.hpp"
|
||||||
#include "detail/type_name.hpp"
|
#include "detail/type_name.hpp"
|
||||||
#include "detail/parameters.hpp"
|
#include "detail/parameters.hpp"
|
||||||
#include "detail/signature.hpp"
|
#include "detail/signature.hpp"
|
||||||
|
#include "detail/cleanup.hpp"
|
||||||
#include <boost/preprocessor/repetition/repeat.hpp>
|
#include <boost/preprocessor/repetition/repeat.hpp>
|
||||||
#include <boost/preprocessor/stringize.hpp>
|
#include <boost/preprocessor/stringize.hpp>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue