Thu, 31 Oct 2024 17:53:55 +0100
add reallocarray() like functions - resolves #468
<!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.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>ucx: UcxTestSuite Struct 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="projectlogo"><img alt="Logo" src="uaplogo.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">ucx </div> <div id="projectbrief">UAP Common Extensions</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <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="#pub-attribs">Data Fields</a> </div> <div class="headertitle"> <div class="title">UcxTestSuite Struct Reference</div> </div> </div><!--header--> <div class="contents"> <p>A test suite containing multiple test cases. <a href="structUcxTestSuite.html#details">More...</a></p> <p><code>#include <<a class="el" href="test_8h_source.html">test.h</a>></code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a> Data Fields</h2></td></tr> <tr class="memitem:a6cefa870a3c2e38d6ee682e38643dbbb"><td class="memItemLeft" align="right" valign="top">unsigned int </td><td class="memItemRight" valign="bottom"><a class="el" href="structUcxTestSuite.html#a6cefa870a3c2e38d6ee682e38643dbbb">success</a></td></tr> <tr class="memdesc:a6cefa870a3c2e38d6ee682e38643dbbb"><td class="mdescLeft"> </td><td class="mdescRight">The number of successful tests after the suite has been run. <a href="#a6cefa870a3c2e38d6ee682e38643dbbb">More...</a><br /></td></tr> <tr class="separator:a6cefa870a3c2e38d6ee682e38643dbbb"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:abfd240541d1e956e49cde0ac36286951"><td class="memItemLeft" align="right" valign="top">unsigned int </td><td class="memItemRight" valign="bottom"><a class="el" href="structUcxTestSuite.html#abfd240541d1e956e49cde0ac36286951">failure</a></td></tr> <tr class="memdesc:abfd240541d1e956e49cde0ac36286951"><td class="mdescLeft"> </td><td class="mdescRight">The number of failed tests after the suite has been run. <a href="#abfd240541d1e956e49cde0ac36286951">More...</a><br /></td></tr> <tr class="separator:abfd240541d1e956e49cde0ac36286951"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a630677a70ebc2c3296704cda3196492b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="structUcxTestList.html">UcxTestList</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structUcxTestSuite.html#a630677a70ebc2c3296704cda3196492b">tests</a></td></tr> <tr class="memdesc:a630677a70ebc2c3296704cda3196492b"><td class="mdescLeft"> </td><td class="mdescRight">Internal list of test cases. <a href="#a630677a70ebc2c3296704cda3196492b">More...</a><br /></td></tr> <tr class="separator:a630677a70ebc2c3296704cda3196492b"><td class="memSeparator" colspan="2"> </td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>A test suite containing multiple test cases. </p> </div><h2 class="groupheader">Field Documentation</h2> <a id="abfd240541d1e956e49cde0ac36286951"></a> <h2 class="memtitle"><span class="permalink"><a href="#abfd240541d1e956e49cde0ac36286951">◆ </a></span>failure</h2> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">unsigned int UcxTestSuite::failure</td> </tr> </table> </div><div class="memdoc"> <p>The number of failed tests after the suite has been run. </p> </div> </div> <a id="a6cefa870a3c2e38d6ee682e38643dbbb"></a> <h2 class="memtitle"><span class="permalink"><a href="#a6cefa870a3c2e38d6ee682e38643dbbb">◆ </a></span>success</h2> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">unsigned int UcxTestSuite::success</td> </tr> </table> </div><div class="memdoc"> <p>The number of successful tests after the suite has been run. </p> </div> </div> <a id="a630677a70ebc2c3296704cda3196492b"></a> <h2 class="memtitle"><span class="permalink"><a href="#a630677a70ebc2c3296704cda3196492b">◆ </a></span>tests</h2> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="structUcxTestList.html">UcxTestList</a>* UcxTestSuite::tests</td> </tr> </table> </div><div class="memdoc"> <p>Internal list of test cases. </p> <p>Use <a class="el" href="test_8h.html#a8dfabc42f183d3a4d79379a5d17bf67d" title="Registers a test function with the specified test suite. ">ucx_test_register()</a> to add tests to this list. </p> </div> </div> <hr/>The documentation for this struct was generated from the following file:<ul> <li>/home/mike/workspace/c/ucx/src/ucx/<a class="el" href="test_8h_source.html">test.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Thu Dec 19 2019 19:58:24 for ucx by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.13 </small></address> </body> </html>