mirror of
https://github.com/boostorg/test.git
synced 2026-02-18 14:32:11 +00:00
101 lines
5.9 KiB
HTML
101 lines
5.9 KiB
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
|
<title>Boost.Test</title>
|
|
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
|
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
|
<link rel="home" href="index.html" title="Boost.Test">
|
|
<link rel="next" href="boost_test/intro.html" title="What is Boost.Test">
|
|
</head>
|
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
|
<table cellpadding="2" width="100%"><tr>
|
|
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
|
|
<td align="center"><a href="../../../../../index.html">Home</a></td>
|
|
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
|
|
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
|
|
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
|
|
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
|
|
</tr></table>
|
|
<hr>
|
|
<div class="spirit-nav"><a accesskey="n" href="boost_test/intro.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a></div>
|
|
<div class="chapter">
|
|
<div class="titlepage"><div>
|
|
<div><h2 class="title">
|
|
<a name="boost_test"></a>Boost.Test</h2></div>
|
|
<div><div class="author"><h3 class="author">
|
|
<span class="firstname">Gennadiy</span> <span class="surname">Rozental</span>
|
|
</h3></div></div>
|
|
<div><p class="copyright">Copyright © 2001-2013 Gennadiy Rozental</p></div>
|
|
<div><div class="legalnotice">
|
|
<a name="boost_test.legal"></a><p>
|
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
|
</p>
|
|
</div></div>
|
|
</div></div>
|
|
<div class="toc">
|
|
<p><b>Table of Contents</b></p>
|
|
<dl class="toc">
|
|
<dt><span class="section"><a href="boost_test/intro.html">What is Boost.Test</a></span></dt>
|
|
<dt><span class="section"><a href="boost_test/intro_objective.html">Objective and content</a></span></dt>
|
|
<dt><span class="section"><a href="boost_test/tutorial.html">The unit test framework tutorials</a></span></dt>
|
|
<dd><dl>
|
|
<dt><span class="section"><a href="boost_test/tutorial/hello.html">Hello the testing world ...
|
|
or beginner's introduction into testing using the Unit Test Framework</a></span></dt>
|
|
<dt><span class="section"><a href="boost_test/tutorial/bt_and_tdd.html">Boost.Test driven development
|
|
... or "getting started" for TDD followers</a></span></dt>
|
|
</dl></dd>
|
|
<dt><span class="section"><a href="boost_test/users_guide.html">User's guide</a></span></dt>
|
|
<dd><dl>
|
|
<dt><span class="section"><a href="boost_test/users_guide/user_guide_intro.html">Introduction
|
|
... or where to start?</a></span></dt>
|
|
<dt><span class="section"><a href="boost_test/users_guide/usage_variants.html">The <span class="emphasis"><em>UTF</em></span>
|
|
usage variants ... or the <a href="http://en.wikipedia.org/wiki/Buridan%27s_ass" target="_top">Buridan's
|
|
donkey</a> parable</a></span></dt>
|
|
</dl></dd>
|
|
<dt><span class="section"><a href="boost_test/fixtures.html">Fixtures... or let me repeat myself</a></span></dt>
|
|
<dd><dl>
|
|
<dt><span class="section"><a href="boost_test/fixtures/fixtures_generic.html">Generic fixture
|
|
model</a></span></dt>
|
|
<dt><span class="section"><a href="boost_test/fixtures/fixture_per_test_cases.html">Per test
|
|
case fixture</a></span></dt>
|
|
<dt><span class="section"><a href="boost_test/fixtures/fixture_test_suite.html">Test suite level
|
|
fixture</a></span></dt>
|
|
<dt><span class="section"><a href="boost_test/fixtures/fixtures_global.html">Global fixture</a></span></dt>
|
|
</dl></dd>
|
|
<dt><span class="section"><a href="boost_test/test_output.html">Test output ... or let's see what
|
|
you got for your money</a></span></dt>
|
|
<dd><dl>
|
|
<dt><span class="section"><a href="boost_test/test_output/log_outputbist.html">Test log output</a></span></dt>
|
|
<dt><span class="section"><a href="boost_test/test_output/testing_tool_args.html">Logging tool
|
|
arguments</a></span></dt>
|
|
<dt><span class="section"><a href="boost_test/test_output/log_test_messages.html"><code class="computeroutput"><span class="identifier">BOOST_TEST_MESSAGE</span></code></a></span></dt>
|
|
<dt><span class="section"><a href="boost_test/test_output/log_test_checkpoint.html"><code class="computeroutput"><span class="identifier">BOOST_TEST_CHECKPOINT</span></code></a></span></dt>
|
|
<dt><span class="section"><a href="boost_test/test_output/log_test_passpoint.html"><code class="computeroutput"><span class="identifier">BOOST_TEST_PASSPOINT</span></code></a></span></dt>
|
|
<dt><span class="section"><a href="boost_test/test_output/log_floating_points.html">Logging floating
|
|
point type numbers</a></span></dt>
|
|
<dt><span class="section"><a href="boost_test/test_output/log_human_readable_format.html">Human
|
|
readable log output format</a></span></dt>
|
|
<dt><span class="section"><a href="boost_test/test_output/log_xml_format.html">XML based log
|
|
output format</a></span></dt>
|
|
<dt><span class="section"><a href="boost_test/test_output/log_compil_time_configuration.html">Compile
|
|
time configuration</a></span></dt>
|
|
</dl></dd>
|
|
<dt><span class="section"><a href="boost_test/test_output_progress.html">Test progress display</a></span></dt>
|
|
<dt><span class="section"><a href="boost_test/glossary.html">Glossary... or what's your name?</a></span></dt>
|
|
</dl>
|
|
</div>
|
|
<p>
|
|
Boost.Test is a cross-platform C++ library for testing behavioural correctness
|
|
of your programs.
|
|
</p>
|
|
</div>
|
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
|
<td align="left"><p><small>Last revised: January 27, 2014 at 13:04:44 GMT</small></p></td>
|
|
<td align="right"><div class="copyright-footer"></div></td>
|
|
</tr></table>
|
|
<hr>
|
|
<div class="spirit-nav"><a accesskey="n" href="boost_test/intro.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a></div>
|
|
</body>
|
|
</html>
|