2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-09 11:32:12 +00:00
Files
test/doc/components/utf/components/index.html
2004-10-05 01:32:10 +00:00

38 lines
2.0 KiB
HTML

<HTML>
<HEAD>
<TITLE>The Unit Test Framework components</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="header"> <A href="../../../index.html">Boost.Test</A> > <A href="../../index.html">Components</A>
> <A href="../index.html">The Unit Test Framework</A> > <SPAN class="current_article">Components</SPAN>
</DIV>
<DIV class="body"> <IMG src='../../../btl1.gif' width='252' height='43' alt="Boost Test logo">
<H1 class="subtitle">The Unit Test Framework components</H1>
<P class="first-line-indented">The Unit Test Framework consists of several cooperating components. All
components are located in the namespace boost::unit_test.</P>
<UL>
<LI> <A href="test_case/index.html">The Test Case</A> - encapsulates the notion of a testing unit
</LI>
<LI> <A href="test_suite/index.html">The Test Suite</A> - allows to unite several related testing
units into one bundle that could be considered an a compound testing unit. </LI>
<LI> <A href="test_log/index.html">The Test Log</A> - responsible for testing logs presentation </LI>
<LI> <A href="test_result/index.html">The Test Result</A> - responsible for testing results presentation
</LI>
</UL>
</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 -->6 January, 2004<!-- #EndDate --> </P>
</DIV>
</DIV>
</BODY>
</HTML>