mirror of
https://github.com/boostorg/test.git
synced 2026-01-26 19:12:10 +00:00
71 lines
2.7 KiB
HTML
71 lines
2.7 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>Boost Test Library: examples</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">
|
|
<STYLE>
|
|
A:hover
|
|
{
|
|
color: #CD5B36;
|
|
}
|
|
</STYLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<DIV class="body">
|
|
<DIV class="header"> <A href="../index.html">Boost.Test</A> > <SPAN class="current_article">Examples</SPAN></DIV>
|
|
<IMG src='../btl.gif' width='252' height='43' alt="Boost Test logo">
|
|
<H1 class="subtitle">Examples</H1>
|
|
<P class="first_line_indented">The following list provides cumulative summary information on all Boost Test Library examples.
|
|
To compile all example programs you could use Jamfile supplied in examples directory.</P>
|
|
<TABLE width="90%">
|
|
<TR>
|
|
<TD width="40%" valign="top">
|
|
<DL>
|
|
<UL>
|
|
<LI><A href="prog_exec_monitor_example.html">Program Execution Monitor example</A></LI>
|
|
<LI><A href="test_exec_monitor_example.html">Test Execution Monitor example</A></LI>
|
|
<LI><A href="unit_test_example1.html">Unit Test Framework example 1</A></LI>
|
|
<LI><A href="unit_test_example2.html">Unit Test Framework example 2</A></LI>
|
|
<LI><A href="unit_test_example3.html">Unit Test Framework example 3</A></LI>
|
|
<LI><A href="unit_test_example4.html">Unit Test Framework example 4</A></LI>
|
|
<LI><A href="unit_test_example5.html">Unit Test Framework example 5</A></LI>
|
|
</UL>
|
|
</DL>
|
|
</TD>
|
|
<TD width="60%" valign="top" >
|
|
<P class="first_line_indented">Summary contains following sections: </P>
|
|
<TABLE class="test-example-summary" >
|
|
<TR>
|
|
<TD class="title" valign="top">Rationale</TD>
|
|
<TD>the purpose of an example</TD>
|
|
</TR>
|
|
<TR>
|
|
<TD class="title" valign="top">Input</TD>
|
|
<TD>input required for an example</TD>
|
|
</TR>
|
|
<TR>
|
|
<TD class="title" valign="top">Expected Output</TD>
|
|
<TD>expected output produced by an example during run with above input.</TD>
|
|
</TR>
|
|
<TR>
|
|
<TD class="title" valign="top">Source</TD>
|
|
<TD>link to the test source file.</TD>
|
|
</TR>
|
|
</TABLE>
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
</DIV>
|
|
<DIV class="footer">
|
|
<DIV class="footer-body">
|
|
<P>Copyright © <A href='mailto:rogeeff@emailaccount.com'>Gennadiy Rozental</A> 2001-2003.<BR>
|
|
Permission to copy, use, modify, sell and distribute this document is granted provided this copyright notice appears
|
|
in all copies. This document is provided "as is" without express or implied warranty and with no claim as to its suitability
|
|
for any purpose.</P>
|
|
<P>Revised: 9 June, 2003</P>
|
|
</DIV>
|
|
</DIV>
|
|
</BODY>
|
|
</HTML> |