C++ mock object library for Boost http://turtle.sourceforge.net
Find a file
Mathieu Champlon e1b9819829
Merge pull request #39 from mat007/fix-multi-expectations
Fixed perfect forwarding bug
2018-03-18 09:16:24 +01:00
build Fixed travis cxxflags 2018-01-20 14:13:52 +01:00
doc Added support for move only types to constraints 2018-03-12 08:34:28 +01:00
include/turtle Fixed perfect forwarding bug 2018-03-17 22:20:04 +01:00
test Fixed perfect forwarding bug 2018-03-17 22:20:04 +01:00
.gitignore Added Visual Studio Code configuration folder to gitignore 2018-03-12 08:33:59 +01:00
.travis.yml Updated c++ versions to check against 2018-03-08 09:38:00 +01:00
appveyor.yml Fixed xsltproc install in appveyor 2018-03-13 18:38:48 +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