mirror of
https://github.com/boostorg/test.git
synced 2026-02-21 03:22:09 +00:00
79 lines
5.0 KiB
HTML
79 lines
5.0 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="../components.html" title="Components">
|
|
<link rel="prev" href="../components.html" title="Components">
|
|
<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="../components.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../components.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><h3 class="title">
|
|
<a name="boost_test.components.bt_minimal_testing"></a><a class="link" href="bt_minimal_testing.html" title="Minimal testing facility">Minimal testing
|
|
facility</a>
|
|
</h3></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 class="warning"><table border="0" summary="Warning">
|
|
<tr>
|
|
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="../../../../../../../doc/src/images/warning.png"></td>
|
|
<th align="left">Warning</th>
|
|
</tr>
|
|
<tr><td align="left" valign="top"><p>
|
|
The use of the Minial Testing Facility is deprecated. The documentation
|
|
is left for reference and backward compatibility
|
|
</p></td></tr>
|
|
</table></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-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="../components.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../components.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>
|