Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / test / doc / html / header / boost / test / results_reporter_hpp.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>Header &lt;boost/test/results_reporter.hpp&gt;</title>
5 <link rel="stylesheet" href="../../../boostbook.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7 <link rel="home" href="../../../index.html" title="Boost.Test">
8 <link rel="up" href="../../../boost_test/reference.html" title="Reference">
9 <link rel="prev" href="../../../boost/unit_test/test_results.html" title="Class test_results">
10 <link rel="next" href="../../../boost/unit_test/results_reporter/format.html" title="Class format">
11 </head>
12 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13 <table cellpadding="2" width="100%"><tr>
14 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td>
15 <td align="center"><a href="../../../../../../../index.html">Home</a></td>
16 <td align="center"><a href="../../../../../../../libs/libraries.htm">Libraries</a></td>
17 <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18 <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19 <td align="center"><a href="../../../../../../../more/index.htm">More</a></td>
20 </tr></table>
21 <hr>
22 <div class="spirit-nav">
23 <a accesskey="p" href="../../../boost/unit_test/test_results.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../boost_test/reference.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../../boost/unit_test/results_reporter/format.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
24 </div>
25 <div class="section">
26 <div class="titlepage"><div><div><h4 class="title">
27 <a name="header.boost.test.results_reporter_hpp"></a>Header &lt;<a href="../../../../../../../boost/test/results_reporter.hpp" target="_top">boost/test/results_reporter.hpp</a>&gt;</h4></div></div></div>
28 <p>defines testing result reporter interfaces </p>
29 <p>This file defines interfaces that are responsible for results reporting. Interface is presented in a form of free standing function implemented in namespace result_reporter </p>
30 <pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span>
31   <span class="keyword">namespace</span> <span class="identifier">unit_test</span> <span class="special">{</span>
32     <span class="keyword">namespace</span> <span class="identifier">results_reporter</span> <span class="special">{</span>
33       <span class="keyword">class</span> <a class="link" href="../../../boost/unit_test/results_reporter/format.html" title="Class format">format</a><span class="special">;</span>
34       <span class="keyword">void</span> <a class="link" href="../../../boost/unit_test/results_reporter/set_level.html" title="Function set_level"><span class="identifier">set_level</span></a><span class="special">(</span><span class="identifier">report_level</span><span class="special">)</span><span class="special">;</span>
35       <span class="keyword">void</span> <a class="link" href="../../../boost/unit_test/results_reporter/set_stream.html" title="Function set_stream"><span class="identifier">set_stream</span></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">ostream</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span>
36       <span class="keyword">void</span> <a class="link" href="../../../boost/unit_test/results_reporter/set_form_idm46279113231344.html" title="Function set_format"><span class="identifier">set_format</span></a><span class="special">(</span><span class="identifier">output_format</span><span class="special">)</span><span class="special">;</span>
37       <span class="keyword">void</span> <a class="link" href="../../../boost/unit_test/results_reporter/set_form_idm46279113226944.html" title="Function set_format"><span class="identifier">set_format</span></a><span class="special">(</span><a class="link" href="../../../boost/unit_test/results_reporter/format.html" title="Class format">results_reporter::format</a> <span class="special">*</span><span class="special">)</span><span class="special">;</span>
38       <span class="identifier">std</span><span class="special">::</span><span class="identifier">ostream</span> <span class="special">&amp;</span> <a class="link" href="../../../boost/unit_test/results_reporter/get_stream.html" title="Function get_stream"><span class="identifier">get_stream</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
39       <span class="keyword">void</span> <a name="boost.unit_test.results_reporter.make_report"></a><span class="identifier">make_report</span><span class="special">(</span><span class="identifier">report_level</span> l <span class="special">=</span> <span class="identifier">INV_REPORT_LEVEL</span><span class="special">,</span> 
40                        <span class="identifier">test_unit_id</span> <span class="special">=</span> <span class="identifier">INV_TEST_UNIT_ID</span><span class="special">)</span><span class="special">;</span>
41       <span class="keyword">void</span> <a name="boost.unit_test.results_reporter.confirmation_report"></a><span class="identifier">confirmation_report</span><span class="special">(</span><span class="identifier">test_unit_id</span> id <span class="special">=</span> <span class="identifier">INV_TEST_UNIT_ID</span><span class="special">)</span><span class="special">;</span>
42       <span class="keyword">void</span> <a name="boost.unit_test.results_reporter.short_report"></a><span class="identifier">short_report</span><span class="special">(</span><span class="identifier">test_unit_id</span> id <span class="special">=</span> <span class="identifier">INV_TEST_UNIT_ID</span><span class="special">)</span><span class="special">;</span>
43       <span class="keyword">void</span> <a name="boost.unit_test.results_reporter.detailed_report"></a><span class="identifier">detailed_report</span><span class="special">(</span><span class="identifier">test_unit_id</span> id <span class="special">=</span> <span class="identifier">INV_TEST_UNIT_ID</span><span class="special">)</span><span class="special">;</span>
44     <span class="special">}</span>
45   <span class="special">}</span>
46 <span class="special">}</span></pre>
47 </div>
48 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
49 <td align="left"></td>
50 <td align="right"><div class="copyright-footer">Copyright &#169; 2001-2019 Boost.Test
51       contributors<p>
52         Distributed under the Boost Software License, Version 1.0. (See accompanying
53         file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
54       </p>
55 </div></td>
56 </tr></table>
57 <hr>
58 <div class="spirit-nav">
59 <a accesskey="p" href="../../../boost/unit_test/test_results.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../boost_test/reference.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../../boost/unit_test/results_reporter/format.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
60 </div>
61 </body>
62 </html>