C++ mock object library for Boost http://turtle.sourceforge.net
Find a file
Mathieu Champlon cd8fde2ab7 Added virtual inheritance to mock::object defined with MOCK_BASE_CLASS and MOCK_CLASS
Added virtual to destructors defined with MOCK_DESTRUCTOR

This makes it more convenient to set up complex hierarchies of classes for testing.
2018-11-24 12:40:53 +01:00
build Added docker files for gcc and clang development environments 2018-04-08 15:16:49 +02:00
doc Added virtual inheritance to mock::object defined with MOCK_BASE_CLASS and MOCK_CLASS 2018-11-24 12:40:53 +01:00
include/turtle Added virtual inheritance to mock::object defined with MOCK_BASE_CLASS and MOCK_CLASS 2018-11-24 12:40:53 +01:00
test Added virtual inheritance to mock::object defined with MOCK_BASE_CLASS and MOCK_CLASS 2018-11-24 12:40:53 +01:00
.gitattributes Added docker files for gcc and clang development environments 2018-04-08 15:16:49 +02:00
.gitignore Added Visual Studio Code configuration folder to gitignore 2018-03-12 08:33:59 +01:00
.travis.yml Add -Wno-unused-local-typedefs to silence warnings breaking the build on travis 2018-11-22 10:12:00 +01:00
appveyor.yml Build only the master branch 2018-11-16 09:35:20 +01:00
index.html Changed layout to match boost 2015-03-06 06:41:12 +01:00
Jamfile.v2 Changed layout to match boost 2015-03-06 06:41:12 +01:00
Jamroot.jam Changed layout to match boost 2015-03-06 06:41:12 +01:00
LICENSE_1_0.txt Changed layout to match boost 2015-03-06 06:41:12 +01:00
README.md Added appveyor build script 2018-03-09 06:42:08 +01: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