Imported Upstream version 1.49.0
[platform/upstream/boost.git] / libs / test / doc / html / index.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4 <title>Boost Test Library</title>
5 <link rel="stylesheet" href="../style/style.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
7 <link rel="home" href="index.html" title="Boost Test Library">
8 <link rel="next" href="intro.html" title="Introduction">
9 <script language="JavaScript1.2" src="../js/boost-test.js"></script>
10 </head>
11 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
12 <table width="100%"><tr>
13 <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>
14 <td valign="middle" align="left"></td>
15 <td><div class="spirit-nav"><a href="intro.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a></div></td>
16 </tr></table>
17 <hr>
18 <div class="chapter" lang="en">
19 <div class="titlepage"><div>
20 <div><h2 class="title">
21 <a name="btl"></a>Boost Test Library</h2></div>
22 <div><div class="author">
23 <h3 class="author">
24 <span class="firstname">Gennadiy</span> <span class="surname">Rozental</span>
25 </h3>
26 <code class="email">&lt;<a class="email" href="mailto:boost-test%20=at=%20emailaccount%20=dot=%20com">boost-test =at= emailaccount =dot= com</a>&gt;</code>
27 </div></div>
28 <div><p class="copyright">Copyright © 2001-2007 Gennadiy Rozental</p></div>
29 <div><div class="legalnotice">
30 <a name="id586245"></a><p>
31     Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file
32     <code class="filename">LICENSE_1_0.txt</code> or copy at
33     <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a> )
34    </p>
35 </div></div>
36 </div></div>
37 <div class="toc">
38 <p><b>Table of Contents</b></p>
39 <dl>
40 <dt><a href="intro.html">Introduction</a></dt>
41 <dl>
42 <dt><a href="faq.html">FAQ</a></dt>
43 <dt><a href="open-issues.html">Open issues</a></dt>
44 <dt><a href="aknowledgements.html">Acknowledgements</a></dt>
45 </dl>
46 <dt>I. <a href="execution-monitor.html">The Execution Monitor</a>
47 </dt>
48 <dl>
49 <dt><a href="execution-monitor/compilation.html">Compilation</a></dt>
50 <dt><a href="execution-monitor/user-guide.html">User's guide</a></dt>
51 <dt><a href="execution-monitor/reference.html">Reference</a></dt>
52 </dl>
53 <dt>II. <a href="prg-exec-monitor.html">The Program Execution Monitor</a>
54 </dt>
55 <dl>
56 <dt><a href="prg-exec-monitor/impl.html">Implementation</a></dt>
57 <dt><a href="prg-exec-monitor/compilation.html">Compilation</a></dt>
58 </dl>
59 <dt>III. <a href="minimal.html">Minimal testing facility</a>
60 </dt>
61 <dt>IV. <a href="utf.html">The Unit Test Framework</a>
62 </dt>
63 <dl>
64 <dt><a href="utf/intro.html">Introduction</a></dt>
65 <dt><a href="utf/tutorials.html">Tutorials</a></dt>
66 <dl>
67 <dt><a href="tutorials/intro-in-testing.html">Introduction into testing</a></dt>
68 <dt><a href="tutorials/hello-the-testing-world.html">Hello the testing world</a></dt>
69 <dt><a href="tutorials/new-year-resolution.html">Boost.Test driven development</a></dt>
70 </dl>
71 <dt><a href="utf/compilation.html">Compilation</a></dt>
72 <dl>
73 <dt><a href="utf/compilation/standalone.html">Standalone library compilation</a></dt>
74 <dt><a href="utf/compilation/auto-linking.html">Auto-linking support</a></dt>
75 <dt><a href="utf/compilation/direct-include.html">Direct include</a></dt>
76 </dl>
77 <dt><a href="utf/user-guide.html">User's guide</a></dt>
78 <dl>
79 <dt><a href="utf/user-guide/usage-variants.html">Usage variants</a></dt>
80 <dl>
81 <dt><a href="utf/user-guide/usage-variants/static-lib-variant.html">Static library</a></dt>
82 <dt><a href="utf/user-guide/usage-variants/dynamic-lib-variant.html">Dynamic library</a></dt>
83 <dt><a href="utf/user-guide/usage-variants/single-header-variant.html">Single header</a></dt>
84 <dt><a href="utf/user-guide/usage-variants/extern-test-runner-variant.html">External test runner</a></dt>
85 </dl>
86 <dt><a href="utf/user-guide/test-runners.html">Supplied test runners</a></dt>
87 <dl><dt><a href="utf/user-guide/usage-variants/extern-test-runner.html">External test runner</a></dt></dl>
88 <dt><a href="utf/user-guide/initialization.html">Test module initialization</a></dt>
89 <dt><a href="utf/user-guide/test-organization.html">Test organization</a></dt>
90 <dl>
91 <dt><a href="utf/user-guide/test-organization/nullary-test-case.html">Nullary function based test case</a></dt>
92 <dl>
93 <dt><a href="utf/user-guide/test-organization/manual-nullary-test-case.html">Manual registration</a></dt>
94 <dt><a href="utf/user-guide/test-organization/auto-nullary-test-case.html">Automated registration</a></dt>
95 </dl>
96 <dt><a href="utf/user-guide/test-organization/unary-test-case.html">Unary function based test case</a></dt>
97 <dt><a href="utf/user-guide/test-organization/test-case-template.html">Test case template</a></dt>
98 <dl>
99 <dt><a href="utf/user-guide/test-organization/manual-test-case-template.html">Manual registration</a></dt>
100 <dt><a href="utf/user-guide/test-organization/auto-test-case-template.html">Automated registration</a></dt>
101 </dl>
102 <dt><a href="utf/user-guide/test-organization/test-suite.html">Test suite</a></dt>
103 <dl>
104 <dt><a href="utf/user-guide/test-organization/manual-test-suite.html">Manual registration</a></dt>
105 <dt><a href="utf/user-guide/test-organization/auto-test-suite.html">Automated registration</a></dt>
106 <dt><a href="utf/user-guide/test-organization/master-test-suite.html">Master Test Suite</a></dt>
107 </dl>
108 <dt><a href="utf/user-guide/test-organization/expected-failures.html">Expected failures specification</a></dt>
109 </dl>
110 <dt><a href="utf/user-guide/fixture.html">Fixtures</a></dt>
111 <dl>
112 <dt><a href="utf/user-guide/fixture/model.html">Generic model</a></dt>
113 <dt><a href="utf/user-guide/fixture/per-test-case.html">Per test case</a></dt>
114 <dt><a href="utf/user-guide/fixture/test-suite-shared.html">Test suite shared</a></dt>
115 <dt><a href="utf/user-guide/fixture/global.html">Global fixture</a></dt>
116 </dl>
117 <dt><a href="utf/user-guide/test-output.html">Test Output </a></dt>
118 <dl>
119 <dt><a href="utf/user-guide/test-output/test-log.html">Test log</a></dt>
120 <dl>
121 <dt><a href="utf/user-guide/test-output/BOOST_TEST_MESSAGE.html">BOOST_TEST_MESSAGE</a></dt>
122 <dt><a href="utf/user-guide/test-output/BOOST_TEST_CHECKPOINT.html">BOOST_TEST_CHECKPOINT</a></dt>
123 <dt><a href="utf/user-guide/test-output/BOOST_TEST_PASSPOINT.html">BOOST_TEST_PASSPOINT</a></dt>
124 <dt><a href="utf/user-guide/test-output/BOOST_TEST_PASSPOINT.html">Logging floating point type numbers</a></dt>
125 <dt><a href="utf/user-guide/test-output/log-hr-format.html">Human readable format</a></dt>
126 <dt><a href="utf/user-guide/test-output/log-xml-format.html">XML based log output format</a></dt>
127 <dt><a href="utf/user-guide/test-output/log-ct-config.html">Compile time configuration</a></dt>
128 </dl>
129 <dt><a href="utf/user-guide/test-output/results-report.html">Test report output</a></dt>
130 <dt><a href="utf/user-guide/test-output/test-progress.html">Progress display</a></dt>
131 </dl>
132 <dt><a href="utf/user-guide/runtime-config.html">Runtime configuration </a></dt>
133 <dl>
134 <dt><a href="utf/user-guide/runtime-config/run-by-name.html">Run by name</a></dt>
135 <dt><a href="utf/user-guide/runtime-config/reference.html">Parameters reference</a></dt>
136 </dl>
137 </dl>
138 <dt><a href="utf/testing-tools.html">Testing tools</a></dt>
139 <dl>
140 <dt><a href="utf/testing-tools/output-test.html">Output testing tool</a></dt>
141 <dt><a href="utf/testing-tools/custom-predicate.html">Custom predicate support</a></dt>
142 <dt><a href="utf/testing-tools/floating_point_comparison.html">Floating-point comparison algorithms</a></dt>
143 <dt><a href="utf/testing-tools/reference.html">Reference</a></dt>
144 </dl>
145 <dt><a href="utf/usage-recommendations.html">Usage recommendations</a></dt>
146 <dl>
147 <dt><a href="utf/usage-recommendations/generic.html">Generic</a></dt>
148 <dt><a href="utf/usage-recommendations/dot-net-specific.html">Microsoft Visual Studio .NET users specific</a></dt>
149 <dt><a href="utf/usage-recommendations/command-line-specific.html">Command-line (non-GUI) users specific</a></dt>
150 </dl>
151 </dl>
152 </dl>
153 </div>
154 </div>
155 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
156 <td align="left"><p><small>Last revised:  ,  at  </small></p></td>
157 <td align="right"><div class="copyright-footer"></div></td>
158 </tr></table>
159 <hr>
160 <div class="spirit-nav"><a accesskey="n" href="intro.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a></div>
161 </body>
162 </html>