Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/test/doc/tests/online_test.html @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

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