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
The fixture is not really required and can be replaced by definitions in each test which even improves readability. Also the tests are partially redundant due to implicit conversions so add test in test_function for actual usage testing of string comparisons. |
||
|---|---|---|
| .github/workflows | ||
| doc | ||
| include/turtle | ||
| scripts | ||
| test | ||
| .clang-format | ||
| .gitattributes | ||
| .gitignore | ||
| appveyor.yml | ||
| CMakeLists.txt | ||
| Config.cmake.in | ||
| index.html | ||
| Jamroot.jam | ||
| LICENSE_1_0.txt | ||
| README.md | ||
| version.hpp.cmake | ||
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.
Boost and a C++11 compatible compiler is required.
