2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-26 19:12:10 +00:00
Files
test/doc/html/utf.html
Gennadiy Rozental 29dda994ab tentative version of docs
[SVN r47835]
2008-07-27 06:50:39 +00:00

129 lines
7.3 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Part IV. Boost Test Library: The Unit Test Framework</title>
<link rel="stylesheet" href="../style/style.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
<link rel="home" href="index.html" title="Boost Test Library">
<link rel="up" href="index.html" title="Boost Test Library">
<link rel="prev" href="minimal.html" title="Part III. Boost Test Library: The minimal testing facility">
<link rel="next" href="utf/intro.html" title="Introduction">
<script language="JavaScript1.2" src="../js/boost-test.js"></script>
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table width="100%"><tr>
<td width="10%"><a href="index.html"><img alt="Home" width="229" height="61" border="0" src="../../../../libs/test/docbook/img/boost.test.logo.png"></a></td>
<td valign="middle" align="left"> &gt; <b>The Unit Test Framework</b>
</td>
<td><div class="spirit-nav">
<a href="minimal.html"><img src="../../../../doc/html/images/prev.png" alt="Prev"></a><a href="utf/intro.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a>
</div></td>
</tr></table>
<hr>
<div class="part" lang="en">
<div class="titlepage"><div><div><h1 class="title">
<a name="utf"></a>Part IV. Boost Test Library: The Unit Test Framework</h1></div></div></div>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl>
<dt><a href="utf/intro.html">Introduction</a></dt>
<dt><a href="utf/tutorials.html">Tutorials</a></dt>
<dl>
<dt><a href="tutorials/intro-in-testing.html">Introduction into testing</a></dt>
<dt><a href="tutorials/hello-the-testing-world.html">Hello the testing world</a></dt>
<dt><a href="tutorials/new-year-resolution.html">Boost.Test driven development</a></dt>
</dl>
<dt><a href="utf/compilation.html">Compilation</a></dt>
<dl>
<dt><a href="utf/compilation/standalone.html">Standalone library compilation</a></dt>
<dt><a href="utf/compilation/auto-linking.html">Auto-linking support</a></dt>
<dt><a href="utf/compilation/direct-include.html">Direct include</a></dt>
</dl>
<dt><a href="utf/user-guide.html">User's guide</a></dt>
<dl>
<dt><a href="utf/user-guide/usage-variants.html">Usage variants</a></dt>
<dl>
<dt><a href="utf/user-guide/usage-variants/static-lib-variant.html">Static library</a></dt>
<dt><a href="utf/user-guide/usage-variants/dynamic-lib-variant.html">Dynamic library</a></dt>
<dt><a href="utf/user-guide/usage-variants/single-header-variant.html">Single header</a></dt>
<dt><a href="utf/user-guide/usage-variants/extern-test-runner-variant.html">External test runner</a></dt>
</dl>
<dt><a href="utf/user-guide/test-runners.html">Supplied test runners</a></dt>
<dl><dt><a href="utf/user-guide/usage-variants/extern-test-runner.html">External test runner</a></dt></dl>
<dt><a href="utf/user-guide/initialization.html">Test module initialization</a></dt>
<dt><a href="utf/user-guide/test-organization.html">Test organization</a></dt>
<dl>
<dt><a href="utf/user-guide/test-organization/nullary-test-case.html">Nullary function based test case</a></dt>
<dl>
<dt><a href="utf/user-guide/test-organization/manual-nullary-test-case.html">Manual registration</a></dt>
<dt><a href="utf/user-guide/test-organization/auto-nullary-test-case.html">Automated registration</a></dt>
</dl>
<dt><a href="utf/user-guide/test-organization/unary-test-case.html">Unary function based test case</a></dt>
<dt><a href="utf/user-guide/test-organization/test-case-template.html">Test case template</a></dt>
<dl>
<dt><a href="utf/user-guide/test-organization/manual-test-case-template.html">Manual registration</a></dt>
<dt><a href="utf/user-guide/test-organization/auto-test-case-template.html">Automated registration</a></dt>
</dl>
<dt><a href="utf/user-guide/test-organization/test-suite.html">Test suite</a></dt>
<dl>
<dt><a href="utf/user-guide/test-organization/manual-test-suite.html">Manual registration</a></dt>
<dt><a href="utf/user-guide/test-organization/auto-test-suite.html">Automated registration</a></dt>
<dt><a href="utf/user-guide/test-organization/master-test-suite.html">Master Test Suite</a></dt>
</dl>
<dt><a href="utf/user-guide/test-organization/expected-failures.html">Expected failures specification</a></dt>
</dl>
<dt><a href="utf/user-guide/fixture.html">Fixtures</a></dt>
<dl>
<dt><a href="utf/user-guide/fixture/model.html">Generic model</a></dt>
<dt><a href="utf/user-guide/fixture/per-test-case.html">Per test case</a></dt>
<dt><a href="utf/user-guide/fixture/test-suite-shared.html">Test suite shared</a></dt>
<dt><a href="utf/user-guide/fixture/global.html">Global fixture</a></dt>
</dl>
<dt><a href="utf/user-guide/test-output.html">Test Output </a></dt>
<dl>
<dt><a href="utf/user-guide/test-output/test-log.html">Test log</a></dt>
<dl>
<dt><a href="utf/user-guide/test-output/BOOST_TEST_MESSAGE.html">BOOST_TEST_MESSAGE</a></dt>
<dt><a href="utf/user-guide/test-output/BOOST_TEST_CHECKPOINT.html">BOOST_TEST_CHECKPOINT</a></dt>
<dt><a href="utf/user-guide/test-output/BOOST_TEST_PASSPOINT.html">BOOST_TEST_PASSPOINT</a></dt>
<dt><a href="utf/user-guide/test-output/BOOST_TEST_PASSPOINT.html">Logging floating point type numbers</a></dt>
<dt><a href="utf/user-guide/test-output/log-hr-format.html">Human readable format</a></dt>
<dt><a href="utf/user-guide/test-output/log-xml-format.html">XML based log output format</a></dt>
<dt><a href="utf/user-guide/test-output/log-ct-config.html">Compile time configuration</a></dt>
</dl>
<dt><a href="utf/user-guide/test-output/results-report.html">Test report output</a></dt>
<dt><a href="utf/user-guide/test-output/test-progress.html">Progress display</a></dt>
</dl>
<dt><a href="utf/user-guide/runtime-config.html">Runtime configuration </a></dt>
<dl>
<dt><a href="utf/user-guide/runtime-config/run-by-name.html">Run by name</a></dt>
<dt><a href="utf/user-guide/runtime-config/reference.html">Parameters reference</a></dt>
</dl>
</dl>
<dt><a href="utf/testing-tools.html">Testing tools</a></dt>
<dl>
<dt><a href="utf/testing-tools/output-test.html">Output testing tool</a></dt>
<dt><a href="utf/testing-tools/custom-predicate.html">Custom predicate support</a></dt>
<dt><a href="utf/testing-tools/floating_point_comparison.html">Floating-point comparison algorithms</a></dt>
<dt><a href="utf/testing-tools/reference.html">Reference</a></dt>
</dl>
<dt><a href="utf/usage-recommendations.html">Usage recommendations</a></dt>
<dl>
<dt><a href="utf/usage-recommendations/generic.html">Generic</a></dt>
<dt><a href="utf/usage-recommendations/dot-net-specific.html">Microsoft Visual Studio .NET users specific</a></dt>
<dt><a href="utf/usage-recommendations/command-line-specific.html">Command-line (non-GUI) users specific</a></dt>
</dl>
</dl>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"><p><small>Last revised: , at </small></p></td>
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Gennadiy Rozental</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="minimal.html"><img src="../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="utf/intro.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a>
</div>
</body>
</html>