2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-22 05:42:35 +00:00
Files
test/doc/index.html
Gennadiy Rozental 06e7e97366 in progress
[SVN r33093]
2006-02-23 19:29:10 +00:00

63 lines
3.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>Boost Test Library</TITLE>
<LINK rel="stylesheet" type="text/css" href="style/btl.css" media="screen">
<LINK rel="stylesheet" type="text/css" href="style/btl-print.css" media="print">
<META http-equiv="Content-Language" content="en-us">
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</HEAD>
<BODY>
<DIV class="body"> <IMG src='../../../boost.png' width='277' height='86' alt="Boost logo">
<H1>Boost Test Library</H1>
<P class=epigraph>&quot;Test everything that could possibly break&quot;</P>
<P class=epigraph>XP maxim</P>
<P class="page-toc"> <A href="#Introduction">Introduction</A><BR>
<A href="components/index.html">Components</A> </P>
<P class="page-toc-indented"> <A href="components/execution_monitor/index.html">Execution
monitor</A><BR>
<A href="components/prg_exec_monitor/index.html">Program Execution Monitor</A><BR>
<A href="components/test_tools/index.html">Test Tools</A><BR>
<A href="components/test_exec_monitor/index.html">Test Execution Monitor</A><BR>
<A href="components/utf/index.html">Unit Test Framework</A><BR>
<A href="components/minimal_testing/index.html">Minimal testing facility</A></P>
<P class="page-toc"><A href="faq.html">FAQ</A><BR>
<A href="usage/recomendations.html">Usage recommendations</A><BR>
<A href="#ReleaseNotes">Release notes</A><BR>
<A href="open_issues.html">Open Issues</A><BR>
<A href="examples/index.html">Examples</A><BR>
<A href="tests/index.html">Tests</A><BR>
<A href="compilation.html">Compilation</A><BR>
<A href="portability.html">Portability</A><BR>
<A href="acknowledgements.html">Acknowledgements</A></P>
<H2><A name="Introduction">Introduction</A></H2>
<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 <A href="./components/prg_exec_monitor/index.html"> Program
Execution Monitor</A> is also useful in some production (non-test) environments. </P>
<H2><A name="ReleaseNotes">Release notes</A></H2>
<p class="first-line-indented"><u>In this release most of Boost.Test components undergo a major or significant change in both design and implementation</u>. I've strived to keep an interface unchanged as much as possible. The primary goals for this update were: </p>
<ul>
<li>Make a unit test framework better suited for different 'runners'</li>
<li>Make unit test framework simpler internally by eliminating test cases hierarchy</li>
<li>Make test tools more uniform</li>
<li>Make auto unit test framework as usable as possible</li>
</ul>
<P>For more details see complete <A href="release_notes.html#v1_33_0">release
notes</A>. I may not be able to make all necessary changes in documentation within bounds of this release. In case of any discrepancies either consult library code or ask for support in users list. </P>
</DIV>
<DIV class="footer">
<DIV class="footer-body">
<P> &copy; <A name="Copyright">Copyright</A> <A href="mailto:boost-test%20at%20emailaccount%20dot%20com%20%28please%20unobscure%29">Gennadiy
Rozental</A> 2001-2006. <BR>
Distributed under the Boost Software License, Version 1.0.
(See accompanying file <A href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> or
copy at <A href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</A>)</P>
<P>Revised:
<!-- #BeginDate format:Sw1 -->31 May, 2005<!-- #EndDate -->
</P>
</DIV>
</DIV>
</BODY>
</HTML>