Turtle is a C++ mock object library based on Boost with a focus on usability, simplicity and flexibility.
Features
- simple and compact syntax
- easy customization of constraints
- informative and customizable logs
- optional but full integration with Boost.Test
- automatic verification of mock objects upon destruction
- ANSI/ISO C++03 compatible
Categories
Software TestingLicense
Boost Software License (BSL1.0)Follow Turtle
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
-
Does everything you would expect of a mocking framework. Very well written internally, which helps when debugging. Great support from the author. Built for Boost, but works great with the CATCH unit test framework.
-
Very Good. Saves writing a lot of boiler-plate code. Unfortunately does not compile out-of-the box with Solaris Compiler.
-
Using the library in 2 of my projects. Thank you for great work.
-
Great stuff here. I really like working with this little thing. Thank you very much.
-
This allows me to develop in a BDD fashion. It's the bit that missing from the boost testing tools. Brilliant, thankyou!