2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-23 06:02:14 +00:00
Files
test/doc/components/test_tools/reference/deprecated.html
Gennadiy Rozental 3f7299d33a update in progress
[SVN r32494]
2006-02-01 08:03:57 +00:00

54 lines
1.8 KiB
HTML

<HTML>
<HEAD>
<TITLE>The Test Tools</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 type="text/css">
H4
{
margin: 0px;
}
</STYLE>
</HEAD>
<BODY>
<DIV class="body">
<H3><A name="Deprecated">Deprecate test tools</A></H3>
<P class="first-line-indented">Here is the list of deprecated test tools used
in previos version of Boost.Test and their new analogs:</P>
<DIV class="centered">
<TABLE id="two-column-table" cellspacing="0" >
<THEAD>
<TR>
<TD align="center">Old tool</TD>
<TD align="center">New analog tool</TD>
</TR>
</THEAD> <TBODY>
<TR>
<TD>BOOST_BITWISE_EQUAL( l, r ) </TD>
<TD>BOOST_CHECK_BITWISE_EQUAL( l, r)</TD>
</TR>
<TR>
<TD>BOOST_MESSAGE( message ) </TD>
<TD>BOOST_TEST_MESSAGE( message ) see <A href="../../utf/components/test_log/index.html">Test
Log</A> documentation for this facility </TD>
</TR>
<TR>
<TD>BOOST_CHECKPOINT( message ) </TD>
<TD>BOOST_TEST_CHECKPOINT( message ) see <A href="../../utf/components/test_log/index.html">Test
Log</A> documentation for this facility </TD>
</TR>
</TBODY>
</TABLE>
</DIV>
<P>The main reasons for making these changes were uniformity and better place
for log specific tools (plus old tools names were too generic for test framework).
Old deprecated names are still accepted but may be excluded in a future releases.
</DIV>
</BODY>
</HTML>
<!-- Copyright Gennadiy Rozental 2001-2006.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt) -->