|
22 | 22 | <tr style="height: 56px;"> |
23 | 23 | <td id="projectalign" style="padding-left: 0.5em;"> |
24 | 24 | <div id="projectname">AUnit |
25 | | -  <span id="projectnumber">0.5.1</span> |
| 25 | +  <span id="projectnumber">0.5.2</span> |
26 | 26 | </div> |
27 | 27 | <div id="projectbrief">Unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test.</div> |
28 | 28 | </td> |
|
71 | 71 | </div><!--header--> |
72 | 72 | <div class="contents"> |
73 | 73 |
|
74 | | -<p>Same as <a class="el" href="AUnit_8h_source.html">AUnit.h</a> except that the verbose versions of the various assertXxx() macros are provided. |
| 74 | +<p>Same as <a class="el" href="AUnit_8h.html" title="Same as AUnitVerbose.h except that the terse versions of the various assertXxx() macros are provided...">AUnit.h</a> except that the verbose versions of the various assertXxx() macros are provided. |
75 | 75 | <a href="#details">More...</a></p> |
76 | 76 | <div class="textblock"><code>#include "aunit/Verbosity.h"</code><br /> |
77 | | -<code>#include "aunit/Compare.h"</code><br /> |
| 77 | +<code>#include "<a class="el" href="Compare_8h_source.html">aunit/Compare.h</a>"</code><br /> |
78 | 78 | <code>#include "aunit/Printer.h"</code><br /> |
79 | 79 | <code>#include "aunit/Test.h"</code><br /> |
80 | 80 | <code>#include "aunit/Assertion.h"</code><br /> |
|
91 | 91 | <div class="center"><img src="AUnitVerbose_8h__incl.png" border="0" usemap="#_2home_2brian_2dev_2AUnit_2src_2AUnitVerbose_8h" alt=""/></div> |
92 | 92 | <map name="_2home_2brian_2dev_2AUnit_2src_2AUnitVerbose_8h" id="_2home_2brian_2dev_2AUnit_2src_2AUnitVerbose_8h"> |
93 | 93 | <area shape="rect" id="node2" href="Verbosity_8h_source.html" title="aunit/Verbosity.h" alt="" coords="391,468,511,495"/> |
94 | | -<area shape="rect" id="node4" href="Compare_8h_source.html" title="aunit/Compare.h" alt="" coords="45,95,163,121"/> |
| 94 | +<area shape="rect" id="node4" href="Compare_8h.html" title="This file provides overloaded compareXxx(a, b) functions which are used by the various assertXxx(a..." alt="" coords="45,95,163,121"/> |
95 | 95 | <area shape="rect" id="node6" href="Printer_8h_source.html" title="aunit/Printer.h" alt="" coords="365,319,467,345"/> |
96 | 96 | <area shape="rect" id="node7" href="Test_8h_source.html" title="aunit/Test.h" alt="" coords="439,393,529,420"/> |
97 | 97 | <area shape="rect" id="node9" href="Assertion_8h_source.html" title="aunit/Assertion.h" alt="" coords="492,319,612,345"/> |
|
112 | 112 | <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a> |
113 | 113 | Macros</h2></td></tr> |
114 | 114 | <tr class="memitem:a87cbb10969eff63f8ae66afc4e9457eb"><td class="memItemLeft" align="right" valign="top"><a id="a87cbb10969eff63f8ae66afc4e9457eb"></a> |
115 | | -#define </td><td class="memItemRight" valign="bottom"><b>AUNIT_VERSION</b>   000501</td></tr> |
| 115 | +#define </td><td class="memItemRight" valign="bottom"><b>AUNIT_VERSION</b>   000502</td></tr> |
116 | 116 | <tr class="separator:a87cbb10969eff63f8ae66afc4e9457eb"><td class="memSeparator" colspan="2"> </td></tr> |
117 | 117 | </table> |
118 | 118 | <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> |
119 | | -<div class="textblock"><p>Same as <a class="el" href="AUnit_8h_source.html">AUnit.h</a> except that the verbose versions of the various assertXxx() macros are provided. </p> |
| 119 | +<div class="textblock"><p>Same as <a class="el" href="AUnit_8h.html" title="Same as AUnitVerbose.h except that the terse versions of the various assertXxx() macros are provided...">AUnit.h</a> except that the verbose versions of the various assertXxx() macros are provided. </p> |
120 | 120 | <p>These capture the strings of the actual arguments in the assert macros and print more verbose and helpful messages in the same format used by ArduinoUnit. The cost is 20-25% increase in flash memory to hold those strings for medium to large unit tests. </p> |
121 | 121 |
|
122 | 122 | <p class="definition">Definition in file <a class="el" href="AUnitVerbose_8h_source.html">AUnitVerbose.h</a>.</p> |
|
0 commit comments