Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/test/doc/index.html @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

File size: 3.7 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2<HTML>
3<HEAD>
4<TITLE>Boost Test Library</TITLE>
5<LINK rel="stylesheet" type="text/css" href="style/btl.css" media="screen">
6<LINK rel="stylesheet" type="text/css" href="style/btl-print.css" media="print">
7<META http-equiv="Content-Language" content="en-us">
8<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
9</HEAD>
10<BODY> 
11<DIV class="body"> <IMG src='../../../boost.png' width='277' height='86' alt="Boost logo"> 
12  <H1>Boost Test Library</H1> 
13  <P class=epigraph>&quot;Test everything that could possibly break&quot;</P> 
14  <P class=epigraph>XP maxim</P> 
15  <P class="page-toc"> <A href="#Introduction">Introduction</A><BR> 
16    <A href="components/index.html">Components</A> </P> 
17  <P class="page-toc-indented"> <A href="components/execution_monitor/index.html">Execution
18      monitor</A><BR> 
19    <A href="components/prg_exec_monitor/index.html">Program Execution Monitor</A><BR> 
20    <A href="components/test_tools/index.html">Test Tools</A><BR> 
21    <A href="components/test_exec_monitor/index.html">Test Execution Monitor</A><BR> 
22    <A href="components/utf/index.html">Unit Test Framework</A><BR> 
23    <A href="components/minimal_testing/index.html">Minimal testing facility</A></P> 
24  <P class="page-toc"><A href="faq.html">FAQ</A><BR>
25    <A href="usage/recomendations.html">Usage recommendations</A><BR>
26    <A href="#ReleaseNotes">Release notes</A><BR> 
27    <A href="open_issues.html">Open Issues</A><BR> 
28    <A href="examples/index.html">Examples</A><BR> 
29    <A href="tests/index.html">Tests</A><BR> 
30    <A href="compilation.html">Compilation</A><BR> 
31    <A href="portability.html">Portability</A><BR> 
32    <A href="acknowledgements.html">Acknowledgements</A></P>
33  <H2><A name="Introduction">Introduction</A></H2> 
34  <P class="first-line-indented">The Boost Test Library provides a matched set
35    of components for writing test programs, organizing tests in to simple test
36    cases and test suites, and controlling their runtime execution. The <A href="./components/prg_exec_monitor/index.html"> Program
37    Execution Monitor</A> is also useful in some production (non-test) environments. </P> 
38  <H2><A name="ReleaseNotes">Release notes</A></H2> 
39  <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>
40  <ul>
41    <li>Make a unit test framework better suited for different 'runners'</li>
42    <li>Make unit test framework simpler internally by eliminating test cases hierarchy</li>
43    <li>Make test tools more uniform</li>
44    <li>Make auto unit test framework as usable as possible</li>
45  </ul>
46  <P>For more details see complete <A href="release_notes.html#v1_33_0">release
47      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> 
48</DIV> 
49<DIV class="footer"> 
50  <DIV class="footer-body"> 
51    <P> &copy <A name="Copyright">Copyright</A> <A href='mailto:boost-test at emailaccount dot com (please unobscure)'>Gennadiy
52        Rozental</A> 2001-2005. <BR> 
53      Distributed under the Boost Software License, Version 1.0.
54      (See accompanying file <A href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> or
55      copy at <A href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</A>)</P> 
56    <P>Revised:
57      <!-- #BeginDate format:Sw1 -->31 May, 2005<!-- #EndDate --> 
58    </P> 
59  </DIV> 
60</DIV> 
61</BODY>
62</HTML>
Note: See TracBrowser for help on using the repository browser.