Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mat007/turtle

C++ mock object library for Boost
https://github.com/mat007/turtle

boost c-plus-plus mocking testing

Last synced: 4 days ago
JSON representation

C++ mock object library for Boost

Awesome Lists containing this project

README

        

# Turtle

[Turtle](http://turtle.sourceforge.net) is a C++ mock object library based on [Boost](http://www.boost.org) with a focus on usability, simplicity and flexibility.

Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).

[![CI](https://github.com/mat007/turtle/actions/workflows/ci.yml/badge.svg)](https://github.com/mat007/turtle/actions/workflows/ci.yml)
[![Build status](https://ci.appveyor.com/api/projects/status/459hvqkb5rts4hw7?svg=true)](https://ci.appveyor.com/project/mat007/turtle)
[![Coverage Status](https://coveralls.io/repos/mat007/turtle/badge.png)](https://coveralls.io/r/mat007/turtle)

Boost and a C++14 compatible compiler is required.

More information in the [documentation](http://turtle.sourceforge.net).