2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-25 18:52:15 +00:00
Files
test/doc/tests/index.html
Gennadiy Rozental 8ee41f3ba4 New Version
[SVN r18711]
2003-06-09 08:07:03 +00:00

100 lines
5.5 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> > <SPAN class="current_article">Tests</SPAN></DIV>
<IMG src='../btl.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="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="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>
</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>Copyright &copy <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>