mirror of
https://github.com/boostorg/test.git
synced 2026-01-24 06:22:12 +00:00
73 lines
3.6 KiB
HTML
73 lines
3.6 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>"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/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>
|
|
<UL>
|
|
<LI>Zero
|
|
arity function template based test case </LI>
|
|
<LI>Custom
|
|
exception translators support in execution monitor and register_exception_translator added
|
|
for unit test framework </LI>
|
|
<LI>Test
|
|
cases dependency support </LI>
|
|
<LI>Added
|
|
support for multi-module unit tests in automatic registration facility </LI>
|
|
<LI>Floating point comparison algorithm reworked (Is not backward compatible!!!) </LI>
|
|
<LI>First failed assertion support</LI>
|
|
<LI>Added support
|
|
for custom users predicate returning both boolean result code and possibly
|
|
error message </LI>
|
|
<LI>Major documentation structure rework and update</LI>
|
|
</UL>
|
|
<P>For more details see complete <A href="release_notes.html#v1_31_0">release
|
|
notes</A>.</P>
|
|
</DIV>
|
|
<DIV class="footer">
|
|
<DIV class="footer-body">
|
|
<P> © <A name="Copyright">Copyright</A> <A href='mailto:boost-test at emailaccount dot com (please unobscure)'>Gennadiy
|
|
Rozental</A> 2001-2004. <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 -->24 May, 2004<!-- #EndDate -->
|
|
</P>
|
|
</DIV>
|
|
</DIV>
|
|
</BODY>
|
|
</HTML>
|