File: index.html

package info (click to toggle)
boost1.42 1.42.0-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 277,864 kB
  • ctags: 401,076
  • sloc: cpp: 1,235,659; xml: 74,142; ansic: 41,313; python: 26,756; sh: 11,840; cs: 2,118; makefile: 655; perl: 494; yacc: 456; asm: 353; csh: 6
file content (162 lines) | stat: -rwxr-xr-x 8,409 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Boost Test Library</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="next" href="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"></td>
<td><div class="spirit-nav"><a href="intro.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a></div></td>
</tr></table>
<hr>
<div class="chapter" lang="en">
<div class="titlepage"><div>
<div><h2 class="title">
<a name="btl"></a>Boost Test Library</h2></div>
<div><div class="author">
<h3 class="author">
<span class="firstname">Gennadiy</span> <span class="surname">Rozental</span>
</h3>
<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>
</div></div>
<div><p class="copyright">Copyright  2001-2007 Gennadiy Rozental</p></div>
<div><div class="legalnotice">
<a name="id586245"></a><p>
    Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file
    <code class="filename">LICENSE_1_0.txt</code> 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>
<dt><a href="intro.html">Introduction</a></dt>
<dl>
<dt><a href="faq.html">FAQ</a></dt>
<dt><a href="open-issues.html">Open issues</a></dt>
<dt><a href="aknowledgements.html">Acknowledgements</a></dt>
</dl>
<dt>I. <a href="execution-monitor.html">The Execution Monitor</a>
</dt>
<dl>
<dt><a href="execution-monitor/compilation.html">Compilation</a></dt>
<dt><a href="execution-monitor/user-guide.html">User's guide</a></dt>
<dt><a href="execution-monitor/reference.html">Reference</a></dt>
</dl>
<dt>II. <a href="prg-exec-monitor.html">The Program Execution Monitor</a>
</dt>
<dl>
<dt><a href="prg-exec-monitor/impl.html">Implementation</a></dt>
<dt><a href="prg-exec-monitor/compilation.html">Compilation</a></dt>
</dl>
<dt>III. <a href="minimal.html">Minimal testing facility</a>
</dt>
<dt>IV. <a href="utf.html">The Unit Test Framework</a>
</dt>
<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>
</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"></div></td>
</tr></table>
<hr>
<div class="spirit-nav"><a accesskey="n" href="intro.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a></div>
</body>
</html>