mirror of
https://github.com/boostorg/test.git
synced 2026-02-21 15:32:08 +00:00
97 lines
5.8 KiB
HTML
97 lines
5.8 KiB
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
|
<title>Features implemented</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="up" href="../intro.html" title="What is Boost.Test?">
|
|
<link rel="prev" href="objective_and_content.html" title="Objective and content">
|
|
<link rel="next" href="portability_concerns.html" title="Portability concerns">
|
|
</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="p" href="objective_and_content.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../intro.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="portability_concerns.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
|
|
</div>
|
|
<div class="section">
|
|
<div class="titlepage"><div><div><h3 class="title">
|
|
<a name="boost_test.intro.features_implemented"></a><a class="link" href="features_implemented.html" title="Features implemented">Features implemented</a>
|
|
</h3></div></div></div>
|
|
<div class="note"><table border="0" summary="Note">
|
|
<tr>
|
|
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../doc/src/images/note.png"></td>
|
|
<th align="left">Note</th>
|
|
</tr>
|
|
<tr><td align="left" valign="top"><p>
|
|
the elements in bold below should be linked to the appropriate places once
|
|
the doc ported
|
|
</p></td></tr>
|
|
</table></div>
|
|
<p>
|
|
The <span class="emphasis"><em>UTF</em></span> keeps track of all passed/failed testing tools
|
|
<span class="bold"><strong>assertions</strong></span>, provides an ability to check
|
|
the <span class="bold"><strong>test progress</strong></span> and generates a <span class="bold"><strong>result report</strong></span> in several different formats. The <span class="emphasis"><em>UTF</em></span>
|
|
supplies command line test runners that initialize the framework and run
|
|
the requested tests.
|
|
</p>
|
|
<p>
|
|
Depending on the selected <span class="bold"><strong>compilation flags</strong></span>
|
|
the function <code class="computeroutput"><span class="identifier">main</span><span class="special">()</span></code>
|
|
default implementation, that invoke the supplied test runner, can be generated
|
|
automatically as well.
|
|
</p>
|
|
<p>
|
|
The <span class="emphasis"><em>UTF</em></span> is intended to be used both for a simple and
|
|
non trivial testing. It is not intended to be used with production code.
|
|
In this case the <span class="bold"><strong>Program Execution Monitor</strong></span>
|
|
is more suitable.
|
|
</p>
|
|
<p>
|
|
Given the largely differing requirements of new and advanced users, it is
|
|
clear that the <span class="emphasis"><em>UTF</em></span> must provide both simple, easy-to-use
|
|
interfaces with limited customization options and advanced interfaces, which
|
|
allow unit testing to be fully customized. Accordingly the material provided
|
|
in this documentation is split into two sections:
|
|
</p>
|
|
<div class="orderedlist"><ol class="orderedlist" type="1">
|
|
<li class="listitem">
|
|
<span class="bold"><strong>The User's Guide</strong></span> covers all functionality
|
|
that doesn't require knowledge of the <span class="emphasis"><em>UTF</em></span> internals
|
|
</li>
|
|
<li class="listitem">
|
|
<span class="bold"><strong>The Advanced User's Guide</strong></span> covers all
|
|
implementation details required for a user to understand the advanced
|
|
customization options available in the <span class="emphasis"><em>UTF</em></span>, and
|
|
for a user interested in extending the testing framework.
|
|
</li>
|
|
</ol></div>
|
|
<p>
|
|
For those interested in getting started quickly please visit <span class="bold"><strong>collection
|
|
of examples</strong></span> presented in this documentation.
|
|
</p>
|
|
</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-2014 Gennadiy
|
|
Rozental<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></td>
|
|
</tr></table>
|
|
<hr>
|
|
<div class="spirit-nav">
|
|
<a accesskey="p" href="objective_and_content.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../intro.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="portability_concerns.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
|
|
</div>
|
|
</body>
|
|
</html>
|