C++ mock object library for Boost http://turtle.sourceforge.net
Find a file
Alex Smith 528761b180 Unit test nullptr C-style strings
Added unit tests for the cases of matching and serializing C-style strings (char*) that are nullptr.

(As of this revision, these new tests correctly fail, except for the test of mock::equal; fix to follow.)
2023-01-02 17:30:54 +00:00
.github/workflows Move the boost-root to a sibling folder 2022-02-09 11:47:37 +01:00
doc Add support for unlimited number of sequences in one call 2022-02-10 17:46:00 +01:00
include/turtle Don't return *this in expectation::with 2022-02-10 17:46:01 +01:00
scripts Only use BOOST_ROOT 2020-07-16 12:59:05 +02:00
test Unit test nullptr C-style strings 2023-01-02 17:30:54 +00:00
.clang-format Reduce exposed interface (macros) 2022-01-24 19:03:15 +01:00
.gitattributes Added docker files for gcc and clang development environments 2018-04-08 15:16:49 +02:00
.gitignore Clean and remove build directory 2020-07-16 12:56:23 +02:00
appveyor.yml Update CI 2022-01-07 23:17:08 +01:00
CMakeLists.txt [CMake] Add IDE target for the turtle headers 2022-01-25 17:18:11 +01:00
Config.cmake.in Add CMake files 2019-12-28 13:58:24 +01:00
index.html Remove remaining references to Boost.Mock 2020-07-16 13:08:46 +02:00
Jamroot.jam Create documentation on GHA 2020-07-15 22:53:19 +02:00
LICENSE_1_0.txt Changed layout to match boost 2015-03-06 06:41:12 +01:00
README.md Require C++11 2020-04-18 13:59:01 +02:00
version.hpp.cmake Clean and remove build directory 2020-07-16 12:56:23 +02:00

Turtle

Turtle is a C++ mock object library based on Boost with a focus on usability, simplicity and flexibility.

Distributed under the Boost Software License, Version 1.0.

Build Status Build status Coverage Status

Boost and a C++11 compatible compiler is required.