Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/doc/html/signals/tests.html @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

File size: 4.6 KB
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4<title>Testsuite</title>
5<link rel="stylesheet" href="../boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
7<link rel="start" href="../index.html" title="The Boost C++ Libraries">
8<link rel="up" href="../signals.html" title="Chapter 9. Boost.Signals">
9<link rel="prev" href="s06.html" title="Design Rationale">
10<link rel="next" href="../boost_staticassert.html" title="Chapter 10. Boost.StaticAssert">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%">
14<td valign="top"><img alt="boost.png (6897 bytes)" width="277" height="86" src="../../../boost.png"></td>
15<td align="center"><a href="../../../index.htm">Home</a></td>
16<td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="../../../people/people.htm">People</a></td>
18<td align="center"><a href="../../../more/faq.htm">FAQ</a></td>
19<td align="center"><a href="../../../more/index.htm">More</a></td>
20</table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="s06.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../signals.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="../boost_staticassert.html"><img src="../images/next.png" alt="Next"></a>
24</div>
25<div class="section" lang="en">
26<div class="titlepage"><div><div><h3 class="title">
27<a name="signals.tests"></a>Testsuite</h3></div></div></div>
28<div class="toc"><dl><dt><span class="section"><a href="tests.html#id2740265">Acceptance tests</a></span></dt></dl></div>
29<div class="section" lang="en">
30<div class="titlepage"><div><div><h4 class="title">
31<a name="id2740265"></a>Acceptance tests</h4></div></div></div>
32<div class="informaltable"><table class="table">
33<colgroup>
34<col>
35<col>
36<col>
37</colgroup>
38<thead><tr>
39<th>Test</th>
40<th>Type</th>
41<th>Description</th>
42<th>If failing...</th>
43</tr></thead>
44<tbody>
45<tr>
46<td><p><a href="../../../libs/signals/test/dead_slot_test.cpp" target="_top">dead_slot_test.cpp</a></p></td>
47<td><p>run</p></td>
48<td><p>Ensure that calling <code class="computeroutput">connect</code> with a slot
49that has already been disconnected via deletion does not actually
50connect to the slot.</p></td>
51<td> </td>
52</tr>
53<tr>
54<td><p><a href="../../../libs/signals/test/deletion_test.cpp" target="_top">deletion_test.cpp</a></p></td>
55<td><p>run</p></td>
56<td><p>Test deletion of slots.</p></td>
57<td> </td>
58</tr>
59<tr>
60<td><p><a href="../../../libs/signals/test/ordering_test.cpp" target="_top">ordering_test.cpp</a></p></td>
61<td><p>run</p></td>
62<td><p>Test slot group ordering.</p></td>
63<td> </td>
64</tr>
65<tr>
66<td><p><a href="../../../libs/signals/test/signal_n_test.cpp" target="_top">signal_n_test.cpp</a></p></td>
67<td><p>run</p></td>
68<td><p>Basic test of signal/slot connections and invocation using the
69<code class="computeroutput"><a href="../signalN.html" title="Class template signalN">boost::signalN</a></code> class templates.</p></td>
70<td> </td>
71</tr>
72<tr>
73<td><p><a href="../../../libs/signals/test/signal_test.cpp" target="_top">signal_test.cpp</a></p></td>
74<td><p>run</p></td>
75<td><p>Basic test of signal/slot connections and invocation using the
76<code class="computeroutput"><a href="../signal.html" title="Class template signal">boost::signal</a></code> class template.</p></td>
77<td><p>The <code class="computeroutput"><a href="../signal.html" title="Class template signal">boost::signal</a></code> class template may not
78be usable on your compiler. However, the
79<code class="computeroutput"><a href="../signalN.html" title="Class template signalN">boost::signalN</a></code> class templates may still be
80usable.</p></td>
81</tr>
82<tr>
83<td><p><a href="../../../libs/signals/test/trackable_test.cpp" target="_top">trackable_test.cpp</a></p></td>
84<td><p>run</p></td>
85<td><p>Test automatic lifetime management using
86      <code class="computeroutput">boost::trackable</code> objects.</p></td>
87<td> </td>
88</tr>
89</tbody>
90</table></div>
91</div>
92</div>
93<table width="100%"><tr>
94<td align="left"></td>
95<td align="right"><small>Copyright © 2001-2004 Douglas Gregor</small></td>
96</tr></table>
97<hr>
98<div class="spirit-nav">
99<a accesskey="p" href="s06.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../signals.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="../boost_staticassert.html"><img src="../images/next.png" alt="Next"></a>
100</div>
101</body>
102</html>
Note: See TracBrowser for help on using the repository browser.