mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
C++ mock object library for Boost
http://turtle.sourceforge.net
For some reason clang seems so believe uncaught_exceptions does not belong to the std namespace:
no member named 'uncaught_exceptions' in namespace 'std'; did you mean
simply 'uncaught_exceptions'?
I haven't found any indication confirming this, but let's just support both…
|
||
|---|---|---|
| build | ||
| doc | ||
| include/turtle | ||
| test | ||
| .gitignore | ||
| .travis.yml | ||
| appveyor.yml | ||
| index.html | ||
| Jamfile.v2 | ||
| Jamroot.jam | ||
| LICENSE_1_0.txt | ||
| README.md | ||
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.
