mirror of
https://github.com/boostorg/test.git
synced 2026-01-25 06:42:22 +00:00
62 lines
3.3 KiB
HTML
62 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>"Test everything that could possibly break"</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>Copyright © <A href='mailto:rogeeff@emailaccount.com'>Gennadiy Rozental</A> 2001-2003.<BR>
|
|
Permission to copy, use, modify, sell and distribute this document is granted provided this copyright
|
|
notice appears in all copies. This document is provided "as is" without express or implied warranty
|
|
and with no claim as to its suitability for any purpose.</P>
|
|
<P>Revised: 9 June, 2003</P>
|
|
</DIV>
|
|
</DIV>
|
|
</BODY>
|
|
</HTML>
|