File: intro.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 (82 lines) | stat: -rwxr-xr-x 4,918 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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Introduction</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="index.html" title="Boost Test Library">
<link rel="next" href="faq.html" title="Frequently Asked Questions">
<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>Introduction</b><a href="execution-monitor.html">
      &gt;
      </a>
</td>
<td><div class="spirit-nav">
<a href="index.html"><img src="../../../../doc/html/images/prev.png" alt="Prev"></a><a href="faq.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a>
</div></td>
</tr></table>
<hr>
<div class="section" lang="en">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="btl.intro"></a>Introduction</h2></div></div></div>
<div class="epigraph">
<p>Test everything that could possibly break</p>
<div class="attribution"><span>--<span class="attribution">XP maxim</span></span></div>
</div>
<p class="first-line-indented">
   The Boost Test Library provides a matched set of components for writing test programs, organizing tests in to 
   simple test cases and test suites, and controlling their runtime execution. The Program Execution Monitor is also 
   useful in some production (non-test) environments. 
  </p>
<div class="section" lang="en">
<div class="titlepage"><div><div><h3 class="title">
<a name="btl.about-docs"></a>About this documentation</h3></div></div></div>
<p class="first-line-indented">
    This documentation is <span class="bold"><strong>not</strong></span> intended to be read though from the beginning to the end by 
    a novice user. You can do that if you are interested in detailed bottom-up description of all Boost.Test components.
    Otherwise you are better off jumping directly to the subject of your interest. For example, if you are interested in 
    unit testing framework you may go directly <a class="link" href="utf.html" title="PartIV.Boost Test Library: The Unit Test Framework">there</a>, but for novice users I recommend to 
    start from simple <a class="link" href="utf/tutorials.html" title="The unit test framework tutorials">tutorials</a>. Looking for quick help - check 
    <a class="link" href="faq.html" title="Frequently Asked Questions">FAQ</a> section for resolution to many popular issues you may be faced with. Most pages 
    should link you directly to the terms that you need to understand it. For help with compilation see compilation 
    sections of an appropriate component.
   </p>
</div>
<div class="section" lang="en">
<div class="titlepage"><div><div><h3 class="title">
<a name="btl.release-notes"></a>Release notes</h3></div></div></div>
<p class="first-line-indented">
    For more details see complete release notes. 
   </p>
</div>
<div class="section" lang="en">
<div class="titlepage"><div><div><h3 class="title">
<a name="btl.portability"></a>Portability</h3></div></div></div>
<p class="first-line-indented">
    Because the Boost Test Library is critical for porting and testing Boost libraries, it has been written to be 
    conservative in its use of C++ features, and to keep dependencies to a bare minimum.
   </p>
<p class="first-line-indented">
    Boost.Test supports all main Boost compilers and platforms. Confirmation of its status on core and additional 
    platforms/compilers can be seen by viewing Boost.Test's own internal regression test results on 
    <a href="http://beta.boost.org/development/tests/release/user/test_release.html" target="_top">release status page</a> or
    <a href="http://beta.boost.org/development/tests/trunk/developer/test.html" target="_top">trunk status page</a>
   </p>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></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="index.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="faq.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a>
</div>
</body>
</html>