1<html> 2<head> 3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 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 © 2001-2020 Boost.Test contributors<p> 57 Distributed under the Boost Software License, Version 1.0. (See accompanying 58 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>) 59 </p> 60</div></td> 61</tr></table> 62<hr> 63<div class="spirit-nav"> 64<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> 65</div> 66</body> 67</html> 68