File: index.html

package info (click to toggle)
boost 1.32.0-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 93,952 kB
  • ctags: 128,458
  • sloc: cpp: 492,477; xml: 52,125; python: 13,519; ansic: 13,013; sh: 1,773; yacc: 853; makefile: 526; perl: 418; lex: 110; csh: 6
file content (60 lines) | stat: -rw-r--r-- 3,211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>Boost Test Library</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">
</HEAD>
<BODY> 
<DIV class="body"> <IMG src='../../../boost.png' width='277' height='86' alt="Boost logo"> 
  <H1>Boost Test Library</H1> 
  <P class=epigraph>&quot;Test everything that could possibly break&quot;</P> 
  <P class=epigraph>XP maxim</P> 
  <P class="page-toc"> <A href="#Introduction">Introduction</A><BR> 
    <A href="components/index.html">Components</A> </P> 
  <P class="page-toc-indented"> <A href="components/execution_monitor/index.html">Execution
      monitor</A><BR> 
    <A href="components/prg_exec_monitor/index.html">Program Execution Monitor</A><BR> 
    <A href="components/test_tools/index.html">Test Tools</A><BR> 
    <A href="components/test_exec_monitor/index.html">Test Execution Monitor</A><BR> 
    <A href="components/utf/index.html">Unit Test Framework</A><BR> 
    <A href="components/minimal_testing/index.html">Minimal testing facility</A></P> 
  <P class="page-toc"><A href="faq.html">FAQ</A><BR>
    <A href="usage/recomendations.html">Usage recommendations</A><BR>
    <A href="#ReleaseNotes">Release notes</A><BR> 
    <A href="open_issues.html">Open Issues</A><BR> 
    <A href="examples/index.html">Examples</A><BR> 
    <A href="tests/index.html">Tests</A><BR> 
    <A href="compilation.html">Compilation</A><BR> 
    <A href="portability.html">Portability</A><BR> 
    <A href="acknowledgements.html">Acknowledgements</A></P>
  <H2><A name="Introduction">Introduction</A></H2> 
  <P class="first-line-indented">The Boost Test Library provides a matched set
    of components for writing test programs, organizing tests in to simple test
    cases and test suites, and controlling their runtime execution. The <A href="./components/prg_exec_monitor/index.html"> Program
    Execution Monitor</A> is also useful in some production (non-test) environments. </P> 
  <H2><A name="ReleaseNotes">Release notes</A></H2> 
  <UL> 
    <LI>namespace names gets shorten; old one still supported till next release</LI>
    <LI>added proper encoding of XML PCDATA</LI>
    <LI>support for wide string comparison implemented</LI>
    </UL> 
  <P>For more details see complete <A href="release_notes.html#v1_32_0">release
      notes</A>.</P> 
</DIV> 
<DIV class="footer"> 
  <DIV class="footer-body"> 
    <P> &copy <A name="Copyright">Copyright</A> <A href='mailto:boost-test at emailaccount dot com (please unobscure)'>Gennadiy
        Rozental</A> 2001-2004. <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 -->28 October, 2004<!-- #EndDate --> 
    </P> 
  </DIV> 
</DIV> 
</BODY>
</HTML>