Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mat007/turtle
- Owner: mat007
- License: bsl-1.0
- Created: 2015-03-01T11:35:32.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T11:33:53.000Z (3 months ago)
- Last Synced: 2024-12-26T17:07:45.296Z (11 days ago)
- Topics: boost, c-plus-plus, mocking, testing
- Language: C++
- Homepage: http://turtle.sourceforge.net
- Size: 1.12 MB
- Stars: 49
- Watchers: 7
- Forks: 20
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE_1_0.txt
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).