2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-18 14:32:11 +00:00
Files
test/doc/v2/html/boost_test/bt_minimal_testing.html
2014-02-06 12:04:00 +01:00

67 lines
4.5 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Minimal testing facility</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="../index.html" title="Boost.Test">
<link rel="prev" href="test_output_progress.html" title="Test progress display">
<link rel="next" href="bt_minimal_testing/bt_minimal_usage.html" title="Usage">
</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="test_output_progress.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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="bt_minimal_testing/bt_minimal_usage.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="boost_test.bt_minimal_testing"></a><a class="link" href="bt_minimal_testing.html" title="Minimal testing facility">Minimal testing facility</a>
</h2></div></div></div>
<div class="toc"><dl class="toc">
<dt><span class="section"><a href="bt_minimal_testing/bt_minimal_usage.html">Usage</a></span></dt>
<dt><span class="section"><a href="bt_minimal_testing/bt_minimal.html">Testing
tools</a></span></dt>
<dt><span class="section"><a href="bt_minimal_testing/example.html">Example</a></span></dt>
</dl></div>
<p>
<span class="emphasis"><em>Boost.Test minimal testing facility</em></span> provides the functionality
previously implemented by the original version of Boost.Test. As the name suggest,
it provides only minimal basic facilities for test creation. It have no configuration
parameters (either command line arguments or environment variables) and it
supplies a limited set of <a class="link" href="bt_minimal_testing/bt_minimal.html#ref_mtf_testing_tool">testing tools</a>
which behaves similarly to ones defined amount the <span class="bold"><strong>Unit
Test Framework Testing tools</strong></span>. The <span class="emphasis"><em>Minimal Testing Facility</em></span>
supplies its own function <code class="computeroutput"><span class="identifier">main</span><span class="special">()</span></code> (so can not be used for multi unit testing)
and will execute the test program in a monitored environment.
</p>
<p>
As it follows from the name this component provides only minimal set of the
testing capabilities and as a general rule the Unit Test Framework should be
preferred. In a majority of the cases it provides you with much wider set of
testing tools (and other goods), while still being as easy to set up.
</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 &#169; 2001-2013 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="test_output_progress.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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="bt_minimal_testing/bt_minimal_usage.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>