Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added boost

File size: 2.9 KB
Line 
1<HTML>
2<HEAD>
3<TITLE>Boost Test Library: examples</TITLE>
4<LINK rel="stylesheet" type="text/css" href="../style/btl.css" media="screen">
5<LINK rel="stylesheet" type="text/css" href="../style/btl-print.css" media="print">
6<META http-equiv="Content-Language" content="en-us">
7<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
8<STYLE>
9A:hover
10{
11    color:          #CD5B36;
12}
13</STYLE>
14</HEAD>
15<BODY>
16<DIV class="body"> 
17  <DIV class="header"> <A href="../index.html">Boost.Test</A> > <SPAN class="current_article">Examples</SPAN></DIV>
18  <IMG src='../btl1.gif' width='252' height='43' alt="Boost Test logo"> 
19  <H1 class="subtitle">Examples</H1>
20  <P class="first-line-indented">The following list provides cumulative summary information on all Boost Test Library examples.
21    To compile all example programs you could use Jamfile supplied in examples directory.</P>
22  <TABLE width="90%">
23  <TR> 
24  <TD width="40%" valign="top"> 
25  <DL> 
26    <UL>
27      <LI><a href="exec_mon_example.html">Custom exception translation example </a></LI>
28      <LI><A href="prog_exec_monitor_example.html">Program Execution Monitor example</A></LI>
29      <LI><A href="test_exec_monitor_example.html">Test 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 at emailaccount dot com (please unobscure)'>Gennadiy Rozental</A> 2001-2005. <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 -->8 January, 2004<!-- #EndDate -->     </P>
70  </DIV>
71</DIV>
72</BODY>
73</HTML>
Note: See TracBrowser for help on using the repository browser.