report_level.html 5.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
  4. <title>report_level</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="../rt_param_reference.html" title="Runtime parameters reference">
  9. <link rel="prev" href="report_format.html" title="report_format">
  10. <link rel="next" href="report_memory_leaks_to.html" title="report_memory_leaks_to">
  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="report_format.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../rt_param_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="report_memory_leaks_to.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="boost_test.utf_reference.rt_param_reference.report_level"></a><a class="link" href="report_level.html" title="report_level"><code class="computeroutput"><span class="identifier">report_level</span></code></a>
  28. </h4></div></div></div>
  29. <p>
  30. Parameter <span class="emphasis"><em>report_level</em></span> allows to set the verbosity
  31. level of the testing result report generated by the <span class="emphasis"><em>Unit Test
  32. Framework</em></span>. Use value "no" to eliminate the results
  33. report completely. See the <a class="link" href="../../test_output/report_formats/report_human_readable_format.html#ref_report_formats">report formats</a>
  34. section for description of report formats on different levels.
  35. </p>
  36. <h5>
  37. <a name="boost_test.utf_reference.rt_param_reference.report_level.h0"></a>
  38. <span class="phrase"><a name="boost_test.utf_reference.rt_param_reference.report_level.acceptable_values"></a></span><a class="link" href="report_level.html#boost_test.utf_reference.rt_param_reference.report_level.acceptable_values">Acceptable
  39. values</a>
  40. </h5>
  41. <p>
  42. <a class="link" href="../rt_param_reference.html#enum_param_value">Enumeration</a> report_level names:
  43. </p>
  44. <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
  45. <li class="listitem">
  46. <span class="bold"><strong>confirm</strong></span> (default)
  47. </li>
  48. <li class="listitem">
  49. no
  50. </li>
  51. <li class="listitem">
  52. short
  53. </li>
  54. <li class="listitem">
  55. detailed
  56. </li>
  57. </ul></div>
  58. <h5>
  59. <a name="boost_test.utf_reference.rt_param_reference.report_level.h1"></a>
  60. <span class="phrase"><a name="boost_test.utf_reference.rt_param_reference.report_level.command_line_syntax"></a></span><a class="link" href="report_level.html#boost_test.utf_reference.rt_param_reference.report_level.command_line_syntax">Command
  61. line syntax</a>
  62. </h5>
  63. <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
  64. <li class="listitem">
  65. <code class="computeroutput"><span class="special">--</span><span class="identifier">report_level</span><span class="special">=&lt;</span><span class="identifier">format</span><span class="special">&gt;</span></code>
  66. </li>
  67. <li class="listitem">
  68. <code class="computeroutput"><span class="special">-</span><span class="identifier">r</span>
  69. <span class="special">&lt;</span><span class="identifier">format</span><span class="special">&gt;</span></code>
  70. </li>
  71. </ul></div>
  72. <h5>
  73. <a name="boost_test.utf_reference.rt_param_reference.report_level.h2"></a>
  74. <span class="phrase"><a name="boost_test.utf_reference.rt_param_reference.report_level.environment_variable"></a></span><a class="link" href="report_level.html#boost_test.utf_reference.rt_param_reference.report_level.environment_variable">Environment
  75. variable</a>
  76. </h5>
  77. <pre class="programlisting"><span class="identifier">BOOST_TEST_REPORT_LEVEL</span>
  78. </pre>
  79. </div>
  80. <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  81. <td align="left"></td>
  82. <td align="right"><div class="copyright-footer">Copyright &#169; 2001-2019 Boost.Test
  83. contributors<p>
  84. Distributed under the Boost Software License, Version 1.0. (See accompanying
  85. 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>)
  86. </p>
  87. </div></td>
  88. </tr></table>
  89. <hr>
  90. <div class="spirit-nav">
  91. <a accesskey="p" href="report_format.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../rt_param_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="report_memory_leaks_to.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
  92. </div>
  93. </body>
  94. </html>