Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

updated boost from 1_33_1 to 1_34_1

File size: 3.0 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: examples</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<STYLE>
10A:hover
11{
12    color:          #CD5B36;
13}
14</STYLE>
15</HEAD>
16<BODY>
17<DIV class="body"> 
18  <DIV class="header"> <A href="../index.html">Boost.Test</A> &gt; <SPAN class="current_article">Examples</SPAN></DIV>
19  <IMG src="../btl1.gif" width="252" height="43" alt="Boost Test logo"> 
20  <H1 class="subtitle">Examples</H1>
21  <P class="first-line-indented">The following list provides cumulative summary information on all Boost Test Library examples.
22    To compile all example programs you could use Jamfile supplied in examples directory.</P>
23  <TABLE width="90%">
24  <TR> 
25  <TD width="40%" valign="top"> 
26  <DL> 
27    <UL>
28      <LI><A href="exec_mon_example.html">Custom exception translation example </A></LI>
29      <LI><A href="prog_exec_monitor_example.html">Program Execution Monitor example</A></LI>
30      <LI><A href="unit_test_example1.html">Unit Test Framework example 1</A></LI>
31      <LI><A href="unit_test_example2.html">Unit Test Framework example 2</A></LI>
32      <LI><A href="unit_test_example3.html">Unit Test Framework example 3</A></LI>
33      <LI><A href="unit_test_example4.html">Unit Test Framework example 4</A></LI>
34      <LI><A href="unit_test_example5.html">Unit Test Framework example 5</A></LI>
35      <LI><A href="test_case_template_example.html">Template-based test cases example </A></LI>
36    </UL>
37  </DL>
38  </TD>
39  <TD width="60%" valign="top" >
40  <P class="first-line-indented">Summary contains following sections: </P>
41  <TABLE class="test-example-summary" >
42  <TR> 
43  <TD class="title" valign="top">Rationale</TD>
44  <TD>the purpose of an example</TD>
45  </TR>
46  <TR> 
47  <TD class="title" valign="top">Input</TD>
48  <TD>input required for an example</TD>
49  </TR>
50  <TR> 
51  <TD class="title" valign="top">Expected Output</TD>
52  <TD>expected output produced by an example during run with above input.</TD>
53  </TR>
54  <TR>
55  <TD class="title" valign="top">Source</TD>
56  <TD>link to the test source file.</TD>
57  </TR>
58  </TABLE>
59  </TD>
60  </TR>
61  </TABLE>
62</DIV>
63<DIV class="footer"> 
64  <DIV class="footer-body"> 
65    <P> &copy; <A name="Copyright">Copyright</A> <A href="mailto:boost-test%20at%20emailaccount%20dot%20com%20%28please%20unobscure%29">Gennadiy Rozental</A> 2001-2006. <BR>
66      Distributed under the Boost Software License, Version 1.0.
67      (See accompanying file <A href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> or copy at
68      <A href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</A>)</P>
69        <P>Revised:        <!-- #BeginDate format:Sw1 -->28 February, 2006<!-- #EndDate -->     </P>
70  </DIV>
71</DIV>
72</BODY>
73</HTML>
Note: See TracBrowser for help on using the repository browser.