diff --git a/CMakeLists.txt b/CMakeLists.txt index 47537058..6d6d9e98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # ARCH_INDEPENDENT option at write_basic_package_version_file requires 3.14 version of CMake. cmake_minimum_required(VERSION 3.14) -project(FakeIt VERSION 2.4.0 LANGUAGES CXX) +project(FakeIt VERSION 2.4.1 LANGUAGES CXX) option(ENABLE_TESTING "Enable build of tests." OFF) option(OVERRIDE_CXX_STANDARD_FOR_TESTS "Override the C++ standard used for building tests." "") diff --git a/single_header/boost/fakeit.hpp b/single_header/boost/fakeit.hpp index 121e963a..06536e08 100644 --- a/single_header/boost/fakeit.hpp +++ b/single_header/boost/fakeit.hpp @@ -2,7 +2,7 @@ /* * FakeIt - A Simplified C++ Mocking Framework * Copyright (c) Eran Pe'er 2013 - * Generated: 2023-04-17 21:28:49.928208 + * Generated: 2024-10-06 20:50:22.200164 * Distributed under the MIT License. Please refer to the LICENSE file at: * https://github.com/eranpeer/FakeIt */ diff --git a/single_header/catch/fakeit.hpp b/single_header/catch/fakeit.hpp index ab02fcf0..1f352249 100644 --- a/single_header/catch/fakeit.hpp +++ b/single_header/catch/fakeit.hpp @@ -2,7 +2,7 @@ /* * FakeIt - A Simplified C++ Mocking Framework * Copyright (c) Eran Pe'er 2013 - * Generated: 2023-04-17 21:28:50.210014 + * Generated: 2024-10-06 20:50:22.219617 * Distributed under the MIT License. Please refer to the LICENSE file at: * https://github.com/eranpeer/FakeIt */ @@ -1207,7 +1207,7 @@ namespace fakeit { INTERNAL_CATCH_TRY { \ CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \ CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS \ - catchAssertionHandler.handleMessage(resultWas, std::move(fomattedMessage); \ + catchAssertionHandler.handleMessage(resultWas, std::move(fomattedMessage)); \ CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION \ } INTERNAL_CATCH_CATCH(catchAssertionHandler) { \ catchAssertionHandler.complete(); \ diff --git a/single_header/cute/fakeit.hpp b/single_header/cute/fakeit.hpp index 538fae80..64650208 100644 --- a/single_header/cute/fakeit.hpp +++ b/single_header/cute/fakeit.hpp @@ -2,7 +2,7 @@ /* * FakeIt - A Simplified C++ Mocking Framework * Copyright (c) Eran Pe'er 2013 - * Generated: 2023-04-17 21:28:50.478194 + * Generated: 2024-10-06 20:50:22.238909 * Distributed under the MIT License. Please refer to the LICENSE file at: * https://github.com/eranpeer/FakeIt */ diff --git a/single_header/doctest/fakeit.hpp b/single_header/doctest/fakeit.hpp index e2918b17..7facb682 100644 --- a/single_header/doctest/fakeit.hpp +++ b/single_header/doctest/fakeit.hpp @@ -2,7 +2,7 @@ /* * FakeIt - A Simplified C++ Mocking Framework * Copyright (c) Eran Pe'er 2013 - * Generated: 2023-04-17 21:28:50.758101 + * Generated: 2024-10-06 20:50:22.257964 * Distributed under the MIT License. Please refer to the LICENSE file at: * https://github.com/eranpeer/FakeIt */ diff --git a/single_header/gtest/fakeit.hpp b/single_header/gtest/fakeit.hpp index 28a41b00..3fcd6a76 100644 --- a/single_header/gtest/fakeit.hpp +++ b/single_header/gtest/fakeit.hpp @@ -2,7 +2,7 @@ /* * FakeIt - A Simplified C++ Mocking Framework * Copyright (c) Eran Pe'er 2013 - * Generated: 2023-04-17 21:28:51.025153 + * Generated: 2024-10-06 20:50:22.277044 * Distributed under the MIT License. Please refer to the LICENSE file at: * https://github.com/eranpeer/FakeIt */ diff --git a/single_header/mettle/fakeit.hpp b/single_header/mettle/fakeit.hpp index 0e9f96fd..31b4f521 100644 --- a/single_header/mettle/fakeit.hpp +++ b/single_header/mettle/fakeit.hpp @@ -2,7 +2,7 @@ /* * FakeIt - A Simplified C++ Mocking Framework * Copyright (c) Eran Pe'er 2013 - * Generated: 2023-04-17 21:28:51.293789 + * Generated: 2024-10-06 20:50:22.296193 * Distributed under the MIT License. Please refer to the LICENSE file at: * https://github.com/eranpeer/FakeIt */ diff --git a/single_header/mstest/fakeit.hpp b/single_header/mstest/fakeit.hpp index aaf91925..8f5b59ea 100644 --- a/single_header/mstest/fakeit.hpp +++ b/single_header/mstest/fakeit.hpp @@ -2,7 +2,7 @@ /* * FakeIt - A Simplified C++ Mocking Framework * Copyright (c) Eran Pe'er 2013 - * Generated: 2023-04-17 21:28:51.558480 + * Generated: 2024-10-06 20:50:22.315649 * Distributed under the MIT License. Please refer to the LICENSE file at: * https://github.com/eranpeer/FakeIt */ diff --git a/single_header/nunit/fakeit.hpp b/single_header/nunit/fakeit.hpp index 8ae5af1a..31b53223 100644 --- a/single_header/nunit/fakeit.hpp +++ b/single_header/nunit/fakeit.hpp @@ -2,7 +2,7 @@ /* * FakeIt - A Simplified C++ Mocking Framework * Copyright (c) Eran Pe'er 2013 - * Generated: 2023-04-17 21:28:51.825688 + * Generated: 2024-10-06 20:50:22.334994 * Distributed under the MIT License. Please refer to the LICENSE file at: * https://github.com/eranpeer/FakeIt */ diff --git a/single_header/qtest/fakeit.hpp b/single_header/qtest/fakeit.hpp index 744a50dd..51d29988 100644 --- a/single_header/qtest/fakeit.hpp +++ b/single_header/qtest/fakeit.hpp @@ -2,7 +2,7 @@ /* * FakeIt - A Simplified C++ Mocking Framework * Copyright (c) Eran Pe'er 2013 - * Generated: 2023-04-17 21:28:52.091640 + * Generated: 2024-10-06 20:50:22.353913 * Distributed under the MIT License. Please refer to the LICENSE file at: * https://github.com/eranpeer/FakeIt */ diff --git a/single_header/standalone/fakeit.hpp b/single_header/standalone/fakeit.hpp index 3fbd299c..04847395 100644 --- a/single_header/standalone/fakeit.hpp +++ b/single_header/standalone/fakeit.hpp @@ -2,7 +2,7 @@ /* * FakeIt - A Simplified C++ Mocking Framework * Copyright (c) Eran Pe'er 2013 - * Generated: 2023-04-17 21:28:52.363853 + * Generated: 2024-10-06 20:50:22.372950 * Distributed under the MIT License. Please refer to the LICENSE file at: * https://github.com/eranpeer/FakeIt */ diff --git a/single_header/tpunit/fakeit.hpp b/single_header/tpunit/fakeit.hpp index efdc1792..a56df199 100644 --- a/single_header/tpunit/fakeit.hpp +++ b/single_header/tpunit/fakeit.hpp @@ -2,7 +2,7 @@ /* * FakeIt - A Simplified C++ Mocking Framework * Copyright (c) Eran Pe'er 2013 - * Generated: 2023-04-17 21:28:52.630973 + * Generated: 2024-10-06 20:50:22.391928 * Distributed under the MIT License. Please refer to the LICENSE file at: * https://github.com/eranpeer/FakeIt */