Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/test/doc/index.html @ 33

Last change on this file since 33 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 3.5 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" alt="Boost logo"
12 height="86" width="277">
13  <H1>Boost Test Library</H1> 
14  <P class="epigraph">&quot;Test everything that could possibly break&quot;</P> 
15  <P class="epigraph">XP maxim</P> 
16  <P class="page-toc"> <A href="#Introduction">Introduction</A><BR> 
17    <A href="components/index.html">Components</A> </P> 
18  <P class="page-toc-indented">
19    <A href="components/utf/index.html">Unit Test Framework</A><BR> 
20    <A href="components/minimal_testing/index.html">Minimal testing facility</A><BR>
21    <A href="components/prg_exec_monitor/index.html">Program Execution Monitor</A><BR> 
22    <A href="components/execution_monitor/index.html">Execution Monitor</A>
23  </P>
24  <P class="page-toc">
25    <A href="usage/recomendations.html">Tutorials and usage recommendations</A><BR>
26    <A href="faq.html">FAQ</A><BR>
27    <A href="#ReleaseNotes">Release notes</A><BR> 
28    <A href="open_issues.html">Open Issues</A><BR> 
29    <A href="examples/index.html">Examples</A><BR> 
30    <A href="tests/index.html">Tests</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"><EM>In this release most of
40      Boost.Test components undergo a major or significant change in both design
41  and implementation</EM>. I've strived to keep an interface unchanged as much as possible. The primary goals for this update were: </P>
42  <UL>
43    <LI>Make a Unit Test Framework better suited for different 'runners'</LI>
44    <LI>Make Unit Test Framework simpler internally by eliminating test cases hierarchy</LI>
45    <LI>Make test tools more uniform</LI>
46    <LI>Make auto Unit Test Framework as usable as possible</LI>
47  </UL>
48  <P>For more details see complete <A href="release_notes.html#v1_33_0">release
49      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> 
50</DIV> 
51<DIV class="footer"> 
52  <DIV class="footer-body"> 
53    <P> &copy; <A name="Copyright">Copyright</A> <A href="mailto:boost-test%20at%20emailaccount%20dot%20com%20%28please%20unobscure%29">Gennadiy
54        Rozental</A> 2001-2006. <BR> 
55      Distributed under the Boost Software License, Version 1.0.
56      (See accompanying file <A href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> or
57      copy at <A href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</A>)</P> 
58    <P>Revised:
59      <!-- #BeginDate format:Sw1 -->28 February, 2006<!-- #EndDate --> 
60    </P> 
61  </DIV> 
62</DIV> 
63</BODY>
64</HTML>
Note: See TracBrowser for help on using the repository browser.