2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-22 17:52:18 +00:00
Files
test/doc/tests/index.html
Gennadiy Rozental 06e7e97366 in progress
[SVN r33093]
2006-02-23 19:29:10 +00:00

102 lines
6.0 KiB
HTML

<HTML>
<HEAD>
<TITLE>Boost Test Library: tests</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> &gt; <SPAN class="current_article">Tests</SPAN></DIV>
<IMG src="../btl1.gif" width="252" height="43" alt="Boost Test logo">
<H1 class="subtitle">Tests</H1>
<P class="first-line-indented">The following list provides cumulative summary information on all Boost Test Library tests.
To compile all test programs you could use Jamfile supplied in test directory.</P>
<TABLE width="95%">
<TR>
<TD width="50%" valign="top">
<DL>
<UL>
<LI> <a href="custom_exception_test.html">Custom exception translators test</a> </LI>
<LI><A href="prg_exec_fail1.html">The Program Execution Monitor test 1</A> </LI>
<LI> <A href="prg_exec_fail2.html">The Program Execution Monitor test 2</A> </LI>
<LI> <A href="prg_exec_fail3.html">The Program Execution Monitor test 3</A> </LI>
<LI> <A href="test_exec_fail1.html">The Test Execution Monitor test 1</A> </LI>
<LI> <A href="test_exec_fail2.html">The Test Execution Monitor test 2</A> </LI>
<LI> <A href="test_exec_fail3.html">The Test Execution Monitor test 3</A> </LI>
<LI> <A href="test_exec_fail4.html">The Test Execution Monitor test 4</A> </LI>
<LI> <A href="test_tools_test.html">The Test Tools Test</A> </LI>
<LI> <A href="online_test.html">The Unit Test Framework online test</A> </LI>
<LI> <A href="output_test_stream_test.html">The Unit Test Framework output test stream test</A> </LI>
<LI> <A href="result_report_test.html">The Unit Test Framework result report test</A> </LI>
<LI> <A href="unit_test_suite_ex_test.html">The Unit Test Framework extension test</A> </LI>
<LI> <A href="errors_handling_test.html">The Unit Test Framework errors handling test</A> </LI>
<LI> <A href="auto_unit_test_test.html">The Unit Test Framework automated registration feature test</A> </LI>
<LI><A href="auto_unit_test_test_mult.html">The Unit Test Framework multi-unit automated registration test</A> </LI>
<LI> <A href="minimal_test.html">The Minimal Testing facility unit test</A> </LI>
<LI> <A href="parameterized_test_test.html">The test for creating and using parameterized test cases</A> </LI>
<LI> <A href="test_fp_comparisons.html">The floating point comparisons test</A> </LI>
<LI><a href="test_case_template_test.html">The <span class="subtitle">function template test case test</span></a></LI>
</UL>
</DL> </TD>
<TD width="50%" valign="top" >
<P class="first-line-indented">Test summary contains following sections: </P>
<TABLE class="test-example-summary" >
<TR>
<TD class="title" valign="top">Rationale</TD>
<TD>intent of the test</TD>
</TR>
<TR>
<TD class="title" valign="top">Type</TD>
<TD>type of the test:
<UL>
<LI>run-time - should succeed at run time</LI>
<LI>run-time-failure - should fail at run time</LI>
<LI>compile-time - should succeed to compile and link</LI>
</UL>
</TD>
</TR>
<TR>
<TD class="title" valign="top">Component needed</TD>
<TD>Component of the Boost Test Library this test need to be linked with</TD>
</TR>
<TR>
<TD class="title" valign="top">Need Test Pattern</TD>
<TD>yes/no depends on whether this test require pattern file name ass first command line argument. Pattern files
are located in test directory along with test source file. Click on 'yes' and you will see it.</TD>
</TR>
<TR>
<TD class="title" valign="top">Expected Output</TD>
<TD>expected output produced by test during run.</TD>
</TR>
<TR>
<TD class="title" valign="top">Result Code</TD>
<TD>result code returned by the test</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> &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>
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 -->10 January, 2004<!-- #EndDate --> </P>
</DIV>
</DIV>
</BODY>
</HTML>