2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-27 07:22:11 +00:00
Files
test/doc/index.html
Gennadiy Rozental c53868d48b Licence update
[SVN r20696]
2003-11-06 07:32:30 +00:00

61 lines
3.3 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='../../../c++boost.gif' 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/unit_test_framework/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="how-to.html">How to ...</A><BR>
<A href="faq.html">FAQ</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>
<UL>
<LI>Facility for automatic registration of unit tests is introduced</LI>
<LI>XML log format is introduced</LI>
<LI>XML report format is introduced</LI>
<LI>BOOST_CHECK_NO_THROW test tool is introduced</LI>
<LI>BOOST_BITWISE_CHECK test tool is introduced</LI>
<LI>libraries file names changed</LI>
<LI>Components examples and test documentation page is introduced</LI>
<LI>Catch system errors switch introduced</LI>
<LI>MS C runtime debug hooks introduced</LI>
</UL>
<P>For more details see complete <A href="release_notes.html#v1_30_0">release notes</A>. </P>
</DIV>
<DIV class="footer">
<DIV class="footer-body">
<P> &copy <A name="Copyright">Copyright</A> <A href='mailto:rogeeff@fusemail.com'>Gennadiy Rozental</A> 2001-2003. <BR>
Use, modification, and distribution are subject to 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>
</DIV>
</DIV>
</BODY>
</HTML>