test_tree_content.html 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
  4. <title>Test tree content</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="../test_tree.html" title="Test tree">
  9. <link rel="prev" href="test_naming.html" title="Tests naming">
  10. <link rel="next" href="../decorators.html" title="Decorators">
  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="test_naming.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../test_tree.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="../decorators.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.tests_organization.test_tree.test_tree_content"></a><a class="link" href="test_tree_content.html" title="Test tree content">Test
  28. tree content</a>
  29. </h4></div></div></div>
  30. <p>
  31. The test module, and hence the test tree, should have at least one test-case
  32. scheduled for execution, otherwise the <span class="emphasis"><em>Unit Test Framework</em></span>
  33. returns an error.
  34. </p>
  35. <p>
  36. This check is performed <span class="bold"><strong>after</strong></span> the filtering
  37. of the tests has occurred. The sections about <a class="link" href="../enabling.html" title="Enabling or disabling test unit execution">tests
  38. enabling/disabling</a>, <a class="link" href="../tests_dependencies.html" title="Managing test dependencies">tests
  39. dependencies</a> and <a class="link" href="../../runtime_config/test_unit_filtering.html" title="Test unit filtering">runtime
  40. filtering</a> explain various methods that modify the tests that are
  41. being run.
  42. </p>
  43. <div class="note"><table border="0" summary="Note">
  44. <tr>
  45. <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../doc/src/images/note.png"></td>
  46. <th align="left">Note</th>
  47. </tr>
  48. <tr><td align="left" valign="top"><p>
  49. A <a class="link" href="../fixtures/global.html" title="Global fixture">global
  50. fixture</a> is not considered as a test case.
  51. </p></td></tr>
  52. </table></div>
  53. </div>
  54. <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  55. <td align="left"></td>
  56. <td align="right"><div class="copyright-footer">Copyright &#169; 2001-2019 Boost.Test
  57. contributors<p>
  58. Distributed under the Boost Software License, Version 1.0. (See accompanying
  59. 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>)
  60. </p>
  61. </div></td>
  62. </tr></table>
  63. <hr>
  64. <div class="spirit-nav">
  65. <a accesskey="p" href="test_naming.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../test_tree.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="../decorators.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
  66. </div>
  67. </body>
  68. </html>