xml_report_formatter.html 10 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. </span>
  34. <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>
  35. <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>
  36. <span class="special">{</span>
  37. <span class="keyword">public</span><span class="special">:</span>
  38. <span class="comment">// <a class="link" href="xml_report_formatter.html#idm46279113412944-bb">public member functions</a></span>
  39. <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>
  40. <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>
  41. <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>
  42. <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>
  43. <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>
  44. <span class="special">}</span><span class="special">;</span></pre></div>
  45. <div class="refsect1">
  46. <a name="idm45313888260304"></a><h2>Description</h2>
  47. <div class="refsect2">
  48. <a name="idm45313888259888"></a><h3>
  49. <a name="idm46279113412944-bb"></a><code class="computeroutput">xml_report_formatter</code> public member functions</h3>
  50. <div class="orderedlist"><ol class="orderedlist" type="1">
  51. <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>
  52. <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>
  53. <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>
  54. <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>
  55. <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>
  56. </ol></div>
  57. </div>
  58. </div>
  59. </div>
  60. <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  61. <td align="left"></td>
  62. <td align="right"><div class="copyright-footer">Copyright &#169; 2001-2019 Boost.Test
  63. contributors<p>
  64. Distributed under the Boost Software License, Version 1.0. (See accompanying
  65. 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>)
  66. </p>
  67. </div></td>
  68. </tr></table>
  69. <hr>
  70. <div class="spirit-nav">
  71. <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>
  72. </div>
  73. </body>
  74. </html>