mirror of
https://github.com/boostorg/test.git
synced 2026-01-22 05:42:35 +00:00
73 lines
3.0 KiB
HTML
73 lines
3.0 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="../btl1.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="exec_mon_example.html">Custom exception translation example </a></LI>
|
|
<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>
|
|
<LI><a href="test_case_template_example.html">Template-based test cases example </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> © <A name="Copyright">Copyright</A> <A href="mailto:boost-test%20at%20emailaccount%20dot%20com%20%28please%20unobscure%29">Gennadiy Rozental</A> 2001-2006. <BR>
|
|
Distributed under the Boost Software License, Version 1.0.
|
|
(See accompanying file <A href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> or copy at
|
|
<A href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</A>)</P>
|
|
<P>Revised: <!-- #BeginDate format:Sw1 -->8 January, 2004<!-- #EndDate --> </P>
|
|
</DIV>
|
|
</DIV>
|
|
</BODY>
|
|
</HTML> |