turtle/test
Alexander Grund fca30e7780
Replace Boost PP_Iterate by C++11 variadic templates
This allows support for any number of arguments and makes setting MOCK_MAX_ARGS unnecessary.
It also allows for easier debugging due to being able to step into actual code instead of preprocessor generated stuff
2022-02-10 17:46:00 +01:00
..
detail Add some more cases for the serialization test of expectations 2022-02-09 15:45:32 +01:00
bench_0_class.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
bench_0_class_10_max_args.cpp Include examples in CI tests 2022-01-07 17:08:13 +01:00
bench_0_class_20_max_args.cpp Include examples in CI tests 2022-01-07 17:08:13 +01:00
bench_0_class_30_max_args.cpp Include examples in CI tests 2022-01-07 17:08:13 +01:00
bench_30_classes_30_methods_9_args.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
bench_30_classes_30_methods_9_args_10_max_args.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
bench_30_classes_30_methods_9_args_20_max_args.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
bench_30_classes_30_methods_9_args_30_max_args.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
bench_30_classes_30_methods_30_args_30_max_args.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
CMakeLists.txt Replace Boost PP_Iterate by C++11 variadic templates 2022-02-10 17:46:00 +01:00
defined.hpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
defined_1.cpp Fixed multiply defined symbol definition for MOCK_FUNCTION included from several translation units 2015-09-08 09:22:50 +02:00
defined_2.cpp Fixed multiply defined symbol definition for MOCK_FUNCTION included from several translation units 2015-09-08 09:22:50 +02:00
fail_ambiguous_mock_method.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
fail_constraint_functor_not_compatible.cpp Don't use MOCK_*_EXT in tests 2022-01-24 19:11:08 +01:00
fail_constraint_value_not_comparable.cpp Don't use MOCK_*_EXT in tests 2022-01-24 19:11:08 +01:00
fail_constraint_value_of_wrong_type_in_builtin_constraint.cpp Don't use MOCK_*_EXT in tests 2022-01-24 19:11:08 +01:00
fail_mismatch_type_in_returns_int_action.cpp Don't use MOCK_*_EXT in tests 2022-01-24 19:11:08 +01:00
fail_mismatch_type_in_returns_string_action.cpp Don't use MOCK_*_EXT in tests 2022-01-24 19:11:08 +01:00
fail_mismatch_type_in_returns_void_action.cpp Don't use MOCK_*_EXT in tests 2022-01-24 19:11:08 +01:00
fail_non_existing_base_class_method_in_mock_method.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
fail_too_many_arguments_in_mock_method.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
fail_wrong_number_of_arguments_in_with.cpp Don't use MOCK_*_EXT in tests 2022-01-24 19:11:08 +01:00
Jamfile.jam Replace Boost PP_Iterate by C++11 variadic templates 2022-02-10 17:46:00 +01:00
mock_error.hpp Document test/mock_error.hpp 2022-01-25 16:24:37 +01:00
test_constraint.cpp Improve tests 2022-02-09 15:45:31 +01:00
test_constraints.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
test_exception.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
test_integration.cpp Improve tests 2022-02-09 15:45:31 +01:00
test_log.cpp Improve tests 2022-02-09 15:45:31 +01:00
test_matcher.cpp Replace Boost PP_Iterate by C++11 variadic templates 2022-02-10 17:46:00 +01:00
test_max_args.cpp Replace Boost PP_Iterate by C++11 variadic templates 2022-02-10 17:46:00 +01:00
test_mock.cpp Rename MOCK_PROTECT_FUNCTION_SIG to MOCK_PROTECT_SIGNATURE 2022-01-25 18:05:06 +01:00
test_object.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
test_sequence.cpp Format code using Clang-Format 10 and enforce via CI 2022-01-24 16:30:59 +01:00
undefined.cpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
undefined.hpp Changed layout to match boost 2015-03-06 06:41:12 +01:00