Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / test / doc / html / boost / unit_test / output / xml_report_formatter.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>Class xml_report_formatter</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="../../../header/boost/test/output/xml_report_formatter_hpp.html" title="Header &lt;boost/test/output/xml_report_formatter.hpp&gt;">
9 <link rel="prev" href="../../../header/boost/test/output/xml_report_formatter_hpp.html" title="Header &lt;boost/test/output/xml_report_formatter.hpp&gt;">
10 <link rel="next" href="../../../header/boost/test/parameterized_test_hpp.html" title="Header &lt;boost/test/parameterized_test.hpp&gt;">
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="../../../header/boost/test/output/xml_report_formatter_hpp.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../header/boost/test/output/xml_report_formatter_hpp.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="../../../header/boost/test/parameterized_test_hpp.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
24 </div>
25 <div class="refentry">
26 <a name="boost.unit_test.output.xml_report_formatter"></a><div class="titlepage"></div>
27 <div class="refnamediv">
28 <h2><span class="refentrytitle">Class xml_report_formatter</span></h2>
29 <p>boost::unit_test::output::xml_report_formatter</p>
30 </div>
31 <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
32 <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../../header/boost/test/output/xml_report_formatter_hpp.html" title="Header &lt;boost/test/output/xml_report_formatter.hpp&gt;">boost/test/output/xml_report_formatter.hpp</a>&gt;
33
34 </span>
35 <span class="keyword">class</span> <a class="link" href="xml_report_formatter.html" title="Class xml_report_formatter">xml_report_formatter</a> <span class="special">:</span>
36   <span class="keyword">public</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">unit_test</span><span class="special">::</span><span class="identifier">results_reporter</span><span class="special">::</span><span class="identifier">format</span>
37 <span class="special">{</span>
38 <span class="keyword">public</span><span class="special">:</span>
39
40   <span class="comment">// <a class="link" href="xml_report_formatter.html#idm46279113412944-bb">public member functions</a></span>
41   <span class="keyword">virtual</span> <span class="keyword">void</span> <a class="link" href="xml_report_formatter.html#idm46279113412384-bb"><span class="identifier">results_report_start</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>
42   <span class="keyword">virtual</span> <span class="keyword">void</span> <a class="link" href="xml_report_formatter.html#idm46279113410576-bb"><span class="identifier">results_report_finish</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>
43   <span class="keyword">virtual</span> <span class="keyword">void</span> <a class="link" href="xml_report_formatter.html#idm46279113408768-bb"><span class="identifier">test_unit_report_start</span></a><span class="special">(</span><a class="link" href="../test_unit.html" title="Class test_unit">test_unit</a> <span class="keyword">const</span> <span class="special">&amp;</span><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>
44   <span class="keyword">virtual</span> <span class="keyword">void</span> <a class="link" href="xml_report_formatter.html#idm46279113405984-bb"><span class="identifier">test_unit_report_finish</span></a><span class="special">(</span><a class="link" href="../test_unit.html" title="Class test_unit">test_unit</a> <span class="keyword">const</span> <span class="special">&amp;</span><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>
45   <span class="keyword">virtual</span> <span class="keyword">void</span> <a class="link" href="xml_report_formatter.html#idm46279113403200-bb"><span class="identifier">do_confirmation_report</span></a><span class="special">(</span><a class="link" href="../test_unit.html" title="Class test_unit">test_unit</a> <span class="keyword">const</span> <span class="special">&amp;</span><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>
46 <span class="special">}</span><span class="special">;</span></pre></div>
47 <div class="refsect1">
48 <a name="idm45313888260304"></a><h2>Description</h2>
49 <div class="refsect2">
50 <a name="idm45313888259888"></a><h3>
51 <a name="idm46279113412944-bb"></a><code class="computeroutput">xml_report_formatter</code> public member functions</h3>
52 <div class="orderedlist"><ol class="orderedlist" type="1">
53 <li class="listitem"><pre class="literallayout"><span class="keyword">virtual</span> <span class="keyword">void</span> <a name="idm46279113412384-bb"></a><span class="identifier">results_report_start</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">ostream</span> <span class="special">&amp;</span> ostr<span class="special">)</span><span class="special">;</span></pre></li>
54 <li class="listitem"><pre class="literallayout"><span class="keyword">virtual</span> <span class="keyword">void</span> <a name="idm46279113410576-bb"></a><span class="identifier">results_report_finish</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">ostream</span> <span class="special">&amp;</span> ostr<span class="special">)</span><span class="special">;</span></pre></li>
55 <li class="listitem"><pre class="literallayout"><span class="keyword">virtual</span> <span class="keyword">void</span> <a name="idm46279113408768-bb"></a><span class="identifier">test_unit_report_start</span><span class="special">(</span><a class="link" href="../test_unit.html" title="Class test_unit">test_unit</a> <span class="keyword">const</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">ostream</span> <span class="special">&amp;</span> ostr<span class="special">)</span><span class="special">;</span></pre></li>
56 <li class="listitem"><pre class="literallayout"><span class="keyword">virtual</span> <span class="keyword">void</span> <a name="idm46279113405984-bb"></a><span class="identifier">test_unit_report_finish</span><span class="special">(</span><a class="link" href="../test_unit.html" title="Class test_unit">test_unit</a> <span class="keyword">const</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">ostream</span> <span class="special">&amp;</span> ostr<span class="special">)</span><span class="special">;</span></pre></li>
57 <li class="listitem"><pre class="literallayout"><span class="keyword">virtual</span> <span class="keyword">void</span> <a name="idm46279113403200-bb"></a><span class="identifier">do_confirmation_report</span><span class="special">(</span><a class="link" href="../test_unit.html" title="Class test_unit">test_unit</a> <span class="keyword">const</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">ostream</span> <span class="special">&amp;</span> ostr<span class="special">)</span><span class="special">;</span></pre></li>
58 </ol></div>
59 </div>
60 </div>
61 </div>
62 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
63 <td align="left"></td>
64 <td align="right"><div class="copyright-footer">Copyright &#169; 2001-2019 Boost.Test
65       contributors<p>
66         Distributed under the Boost Software License, Version 1.0. (See accompanying
67         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>)
68       </p>
69 </div></td>
70 </tr></table>
71 <hr>
72 <div class="spirit-nav">
73 <a accesskey="p" href="../../../header/boost/test/output/xml_report_formatter_hpp.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../header/boost/test/output/xml_report_formatter_hpp.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="../../../header/boost/test/parameterized_test_hpp.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
74 </div>
75 </body>
76 </html>