mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@571 860be788-9bd5-4423-9f1e-828f051e677b
36 lines
1 KiB
Text
36 lines
1 KiB
Text
[article Turtle
|
|
[quickbook 1.5]
|
|
[/ [authors [Champlon, Mathieu]] ]
|
|
[authors [,A C++ mock object library for Boost]]
|
|
[copyright 2012 Mathieu Champlon]
|
|
[license
|
|
Distributed under the Boost Software License, Version 1.0.
|
|
(See accompanying file LICENSE_1_0.txt or copy at
|
|
[@http://www.boost.org/LICENSE_1_0.txt])
|
|
]
|
|
[/ [purpose A C++ mock object library for Boost] ]
|
|
]
|
|
|
|
[note Turtle is not an official Boost library.]
|
|
|
|
[/
|
|
[section:introduction Introduction]
|
|
|
|
Turtle is a C++ [@http://en.wikipedia.org/wiki/Mock_object Mock object] library written for [@http://www.boost.org Boost] with a focus on usability, simplicity and flexibility.
|
|
|
|
[note Boost.Mock is not an official Boost library]
|
|
|
|
[endsect]
|
|
]
|
|
|
|
[include motivation.qbk]
|
|
[include getting_started.qbk]
|
|
[include customisation.qbk]
|
|
[/ [xinclude reference.xml] ]
|
|
[include reference.qbk]
|
|
[include patterns.qbk]
|
|
[include rationale.qbk]
|
|
[include limitations.qbk]
|
|
[include changelog.qbk]
|
|
[/ [include future_work.qbk] ]
|
|
[include acknowledgements.qbk]
|