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
The All-in-One Commerce Platform for Businesses - Shopify
Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
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!