/usr/share/doc/libjuce/apiref/classUnitTestRunner.html is in libjuce-doc 4.3.0~repack-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.12"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>JUCE: UnitTestRunner Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">JUCE
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.12 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> |
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pro-methods">Protected Member Functions</a> |
<a href="classUnitTestRunner-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">UnitTestRunner Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Runs a set of unit tests.
<a href="classUnitTestRunner.html#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structUnitTestRunner_1_1TestResult.html">TestResult</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Contains the results of a test. <a href="structUnitTestRunner_1_1TestResult.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:ae0e3c870085be83f4821127b99269d78"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classUnitTestRunner.html#ae0e3c870085be83f4821127b99269d78">UnitTestRunner</a> ()</td></tr>
<tr class="separator:ae0e3c870085be83f4821127b99269d78"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2db85705913aaee06dd1de0dc701bb48"><td class="memItemLeft" align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classUnitTestRunner.html#a2db85705913aaee06dd1de0dc701bb48">~UnitTestRunner</a> ()</td></tr>
<tr class="memdesc:a2db85705913aaee06dd1de0dc701bb48"><td class="mdescLeft"> </td><td class="mdescRight">Destructor. <a href="#a2db85705913aaee06dd1de0dc701bb48">More...</a><br /></td></tr>
<tr class="separator:a2db85705913aaee06dd1de0dc701bb48"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa8f05857f111627b6b2d80a5816417b1"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classUnitTestRunner.html#aa8f05857f111627b6b2d80a5816417b1">runTests</a> (const <a class="el" href="classArray.html">Array</a>< <a class="el" href="classUnitTest.html">UnitTest</a> *> &tests, <a class="el" href="juce__MathsFunctions_8h.html#aecfc3c54bd29ad5964e1c1c3ccbf89df">int64</a> randomSeed=0)</td></tr>
<tr class="memdesc:aa8f05857f111627b6b2d80a5816417b1"><td class="mdescLeft"> </td><td class="mdescRight">Runs a set of tests. <a href="#aa8f05857f111627b6b2d80a5816417b1">More...</a><br /></td></tr>
<tr class="separator:aa8f05857f111627b6b2d80a5816417b1"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1ba728a212df4926b0784fb1dda6659e"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classUnitTestRunner.html#a1ba728a212df4926b0784fb1dda6659e">runAllTests</a> (<a class="el" href="juce__MathsFunctions_8h.html#aecfc3c54bd29ad5964e1c1c3ccbf89df">int64</a> randomSeed=0)</td></tr>
<tr class="memdesc:a1ba728a212df4926b0784fb1dda6659e"><td class="mdescLeft"> </td><td class="mdescRight">Runs all the <a class="el" href="classUnitTest.html" title="This is a base class for classes that perform a unit test. ">UnitTest</a> objects that currently exist. <a href="#a1ba728a212df4926b0784fb1dda6659e">More...</a><br /></td></tr>
<tr class="separator:a1ba728a212df4926b0784fb1dda6659e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a83ba986b7393abe2dfd72391da3da88e"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classUnitTestRunner.html#a83ba986b7393abe2dfd72391da3da88e">setAssertOnFailure</a> (bool shouldAssert) noexcept</td></tr>
<tr class="memdesc:a83ba986b7393abe2dfd72391da3da88e"><td class="mdescLeft"> </td><td class="mdescRight">Sets a flag to indicate whether an assertion should be triggered if a test fails. <a href="#a83ba986b7393abe2dfd72391da3da88e">More...</a><br /></td></tr>
<tr class="separator:a83ba986b7393abe2dfd72391da3da88e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a89edce46aa5abf03afd10b227f24de6b"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classUnitTestRunner.html#a89edce46aa5abf03afd10b227f24de6b">setPassesAreLogged</a> (bool shouldDisplayPasses) noexcept</td></tr>
<tr class="memdesc:a89edce46aa5abf03afd10b227f24de6b"><td class="mdescLeft"> </td><td class="mdescRight">Sets a flag to indicate whether successful tests should be logged. <a href="#a89edce46aa5abf03afd10b227f24de6b">More...</a><br /></td></tr>
<tr class="separator:a89edce46aa5abf03afd10b227f24de6b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab98ea2e9daa9c3710a011ad43b2926fe"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classUnitTestRunner.html#ab98ea2e9daa9c3710a011ad43b2926fe">getNumResults</a> () const noexcept</td></tr>
<tr class="memdesc:ab98ea2e9daa9c3710a011ad43b2926fe"><td class="mdescLeft"> </td><td class="mdescRight">Returns the number of <a class="el" href="structUnitTestRunner_1_1TestResult.html" title="Contains the results of a test. ">TestResult</a> objects that have been performed. <a href="#ab98ea2e9daa9c3710a011ad43b2926fe">More...</a><br /></td></tr>
<tr class="separator:ab98ea2e9daa9c3710a011ad43b2926fe"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a391b1ac857c5d74e7e917fcafb669b14"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="structUnitTestRunner_1_1TestResult.html">TestResult</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classUnitTestRunner.html#a391b1ac857c5d74e7e917fcafb669b14">getResult</a> (int index) const noexcept</td></tr>
<tr class="memdesc:a391b1ac857c5d74e7e917fcafb669b14"><td class="mdescLeft"> </td><td class="mdescRight">Returns one of the <a class="el" href="structUnitTestRunner_1_1TestResult.html" title="Contains the results of a test. ">TestResult</a> objects that describes a test that has been run. <a href="#a391b1ac857c5d74e7e917fcafb669b14">More...</a><br /></td></tr>
<tr class="separator:a391b1ac857c5d74e7e917fcafb669b14"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-methods"></a>
Protected Member Functions</h2></td></tr>
<tr class="memitem:afa7f79986587d186c212af8a02f04d94"><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classUnitTestRunner.html#afa7f79986587d186c212af8a02f04d94">resultsUpdated</a> ()</td></tr>
<tr class="memdesc:afa7f79986587d186c212af8a02f04d94"><td class="mdescLeft"> </td><td class="mdescRight">Called when the list of results changes. <a href="#afa7f79986587d186c212af8a02f04d94">More...</a><br /></td></tr>
<tr class="separator:afa7f79986587d186c212af8a02f04d94"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abda0a15326302c1d6ce444869e304eeb"><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classUnitTestRunner.html#abda0a15326302c1d6ce444869e304eeb">logMessage</a> (const <a class="el" href="classString.html">String</a> &message)</td></tr>
<tr class="memdesc:abda0a15326302c1d6ce444869e304eeb"><td class="mdescLeft"> </td><td class="mdescRight">Logs a message about the current test progress. <a href="#abda0a15326302c1d6ce444869e304eeb">More...</a><br /></td></tr>
<tr class="separator:abda0a15326302c1d6ce444869e304eeb"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae6f35d3fb59cf0ec741e31c5cbcbba6a"><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classUnitTestRunner.html#ae6f35d3fb59cf0ec741e31c5cbcbba6a">shouldAbortTests</a> ()</td></tr>
<tr class="memdesc:ae6f35d3fb59cf0ec741e31c5cbcbba6a"><td class="mdescLeft"> </td><td class="mdescRight">This can be overridden to let the runner know that it should abort the tests as soon as possible, e.g. <a href="#ae6f35d3fb59cf0ec741e31c5cbcbba6a">More...</a><br /></td></tr>
<tr class="separator:ae6f35d3fb59cf0ec741e31c5cbcbba6a"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Runs a set of unit tests. </p>
<p>You can instantiate one of these objects and use it to invoke tests on a set of <a class="el" href="classUnitTest.html" title="This is a base class for classes that perform a unit test. ">UnitTest</a> objects.</p>
<p>By using a subclass of <a class="el" href="classUnitTestRunner.html" title="Runs a set of unit tests. ">UnitTestRunner</a>, you can intercept logging messages and perform custom behaviour when each test completes.</p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classUnitTest.html" title="This is a base class for classes that perform a unit test. ">UnitTest</a> </dd></dl>
</div><h2 class="groupheader">Constructor & Destructor Documentation</h2>
<a id="ae0e3c870085be83f4821127b99269d78"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae0e3c870085be83f4821127b99269d78">§ </a></span>UnitTestRunner()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">UnitTestRunner::UnitTestRunner </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a id="a2db85705913aaee06dd1de0dc701bb48"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2db85705913aaee06dd1de0dc701bb48">§ </a></span>~UnitTestRunner()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual UnitTestRunner::~UnitTestRunner </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Destructor. </p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a id="aa8f05857f111627b6b2d80a5816417b1"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aa8f05857f111627b6b2d80a5816417b1">§ </a></span>runTests()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void UnitTestRunner::runTests </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classArray.html">Array</a>< <a class="el" href="classUnitTest.html">UnitTest</a> *> & </td>
<td class="paramname"><em>tests</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="juce__MathsFunctions_8h.html#aecfc3c54bd29ad5964e1c1c3ccbf89df">int64</a> </td>
<td class="paramname"><em>randomSeed</em> = <code>0</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Runs a set of tests. </p>
<p>The tests are performed in order, and the results are logged. To run all the registered <a class="el" href="classUnitTest.html" title="This is a base class for classes that perform a unit test. ">UnitTest</a> objects that exist, use <a class="el" href="classUnitTestRunner.html#a1ba728a212df4926b0784fb1dda6659e" title="Runs all the UnitTest objects that currently exist. ">runAllTests()</a>.</p>
<p>If you want to run the tests with a predetermined seed, you can pass that into the randomSeed argument, or pass 0 to have a randomly-generated seed chosen. </p>
</div>
</div>
<a id="a1ba728a212df4926b0784fb1dda6659e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a1ba728a212df4926b0784fb1dda6659e">§ </a></span>runAllTests()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void UnitTestRunner::runAllTests </td>
<td>(</td>
<td class="paramtype"><a class="el" href="juce__MathsFunctions_8h.html#aecfc3c54bd29ad5964e1c1c3ccbf89df">int64</a> </td>
<td class="paramname"><em>randomSeed</em> = <code>0</code></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Runs all the <a class="el" href="classUnitTest.html" title="This is a base class for classes that perform a unit test. ">UnitTest</a> objects that currently exist. </p>
<p>This calls <a class="el" href="classUnitTestRunner.html#aa8f05857f111627b6b2d80a5816417b1" title="Runs a set of tests. ">runTests()</a> for all the objects listed in <a class="el" href="classUnitTest.html#a2e5b516d7976360c375e5c870e52798f" title="Returns the set of all UnitTest objects that currently exist. ">UnitTest::getAllTests()</a>.</p>
<p>If you want to run the tests with a predetermined seed, you can pass that into the randomSeed argument, or pass 0 to have a randomly-generated seed chosen. </p>
</div>
</div>
<a id="a83ba986b7393abe2dfd72391da3da88e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a83ba986b7393abe2dfd72391da3da88e">§ </a></span>setAssertOnFailure()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">void UnitTestRunner::setAssertOnFailure </td>
<td>(</td>
<td class="paramtype">bool </td>
<td class="paramname"><em>shouldAssert</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">noexcept</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Sets a flag to indicate whether an assertion should be triggered if a test fails. </p>
<p>This is true by default. </p>
</div>
</div>
<a id="a89edce46aa5abf03afd10b227f24de6b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a89edce46aa5abf03afd10b227f24de6b">§ </a></span>setPassesAreLogged()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">void UnitTestRunner::setPassesAreLogged </td>
<td>(</td>
<td class="paramtype">bool </td>
<td class="paramname"><em>shouldDisplayPasses</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">noexcept</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Sets a flag to indicate whether successful tests should be logged. </p>
<p>By default, this is set to false, so that only failures will be displayed in the log. </p>
</div>
</div>
<a id="ab98ea2e9daa9c3710a011ad43b2926fe"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ab98ea2e9daa9c3710a011ad43b2926fe">§ </a></span>getNumResults()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">int UnitTestRunner::getNumResults </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">noexcept</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the number of <a class="el" href="structUnitTestRunner_1_1TestResult.html" title="Contains the results of a test. ">TestResult</a> objects that have been performed. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classUnitTestRunner.html#a391b1ac857c5d74e7e917fcafb669b14" title="Returns one of the TestResult objects that describes a test that has been run. ">getResult</a> </dd></dl>
</div>
</div>
<a id="a391b1ac857c5d74e7e917fcafb669b14"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a391b1ac857c5d74e7e917fcafb669b14">§ </a></span>getResult()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="structUnitTestRunner_1_1TestResult.html">TestResult</a>* UnitTestRunner::getResult </td>
<td>(</td>
<td class="paramtype">int </td>
<td class="paramname"><em>index</em></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">noexcept</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns one of the <a class="el" href="structUnitTestRunner_1_1TestResult.html" title="Contains the results of a test. ">TestResult</a> objects that describes a test that has been run. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classUnitTestRunner.html#ab98ea2e9daa9c3710a011ad43b2926fe" title="Returns the number of TestResult objects that have been performed. ">getNumResults</a> </dd></dl>
</div>
</div>
<a id="afa7f79986587d186c212af8a02f04d94"></a>
<h2 class="memtitle"><span class="permalink"><a href="#afa7f79986587d186c212af8a02f04d94">§ </a></span>resultsUpdated()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual void UnitTestRunner::resultsUpdated </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Called when the list of results changes. </p>
<p>You can override this to perform some sort of behaviour when results are added. </p>
</div>
</div>
<a id="abda0a15326302c1d6ce444869e304eeb"></a>
<h2 class="memtitle"><span class="permalink"><a href="#abda0a15326302c1d6ce444869e304eeb">§ </a></span>logMessage()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual void UnitTestRunner::logMessage </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classString.html">String</a> & </td>
<td class="paramname"><em>message</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Logs a message about the current test progress. </p>
<p>By default this just writes the message to the <a class="el" href="classLogger.html" title="Acts as an application-wide logging class. ">Logger</a> class, but you could override this to do something else with the data. </p>
</div>
</div>
<a id="ae6f35d3fb59cf0ec741e31c5cbcbba6a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae6f35d3fb59cf0ec741e31c5cbcbba6a">§ </a></span>shouldAbortTests()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual bool UnitTestRunner::shouldAbortTests </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>This can be overridden to let the runner know that it should abort the tests as soon as possible, e.g. </p>
<p>because the thread needs to stop. </p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="juce__UnitTest_8h.html">juce_UnitTest.h</a></li>
</ul>
</div><!-- contents -->
<hr class="footer"/>
<address class="footer"><small>All content © ROLI Ltd.</small></address><br/>
</body>
</html>
|