Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/test/doc/tests/online_test.html @ 33

Last change on this file since 33 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 2.4 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2<HTML>
3<HEAD>
4<TITLE>Boost Test Library: online_test test</TITLE>
5<LINK rel="stylesheet" type="text/css" href="../style/btl.css" media="screen">
6<LINK rel="stylesheet" type="text/css" href="../style/btl-print.css" media="print">
7<META http-equiv="Content-Language" content="en-us">
8<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
9</HEAD>
10<BODY>
11<DIV class="header"> <A href="../index.html">Boost.Test</A> &gt; <A href="index.html">Tests</A> &gt; <SPAN class="current_article">online_test</SPAN> 
12</DIV>
13<DIV class="body"> <IMG src="../btl1.gif" width="252" height="43" alt="Boost Test logo"> 
14  <H1 class="subtitle">The Unit Test Framework online test</H1>
15  <TABLE class="test-example-summary">
16    <TR>
17      <TD class="title" valign="top">Rationale:</TD>
18      <TD>intended to demonstrate how to use the included version of the Unit
19        Test Framework (vs.  linked with a separate library). It's compile-time
20        check. Once compiled and linked it is passed. </TD>
21    </TR>
22    <TR>
23      <TD class="title" valign="top">Type:</TD>
24      <TD>compile-time</TD>
25    </TR>
26    <TR>
27      <TD class="title" valign="top">Component needed:</TD>
28      <TD>none</TD>
29    </TR>
30    <TR>
31      <TD class="title" valign="top">Need Test Pattern:</TD>
32      <TD>no</TD>
33    </TR>
34    <TR>
35      <TD class="title" valign="top">Expected Output:</TD>
36      <TD><SPAN class="test-output"> *** No errors detected </SPAN> </TD>
37    </TR>
38    <TR>
39      <TD class="title" valign="top">Result Code:</TD>
40      <TD>0</TD>
41    </TR>
42    <TR>
43      <TD class="title" valign="top">Source:</TD>
44      <TD><A href="../../test/online_test.cpp">online_test.cpp</A></TD>
45    </TR>
46  </TABLE>
47</DIV>
48<DIV class="footer"> 
49  <DIV class="footer-body"> 
50    <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>
51      Distributed under the Boost Software License, Version 1.0.
52      (See accompanying file <A href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> or copy at
53      <A href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</A>)</P>
54        <P>Revised:        <!-- #BeginDate format:Sw1 -->28 February, 2006<!-- #EndDate -->     </P>
55  </DIV>
56</DIV>
57</BODY>
58</HTML>
Note: See TracBrowser for help on using the repository browser.