You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<trclass="memdesc:a780f10370d41f109377629af76c84f78"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Assert that arg1 and arg2 are NOT within error of each other. <ahref="AssertMacros_8h.html#a780f10370d41f109377629af76c84f78">More...</a><br/></td></tr>
<trclass="memdesc:a9d2a603b6fbf3bcee3ce0a74c77c06b3"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Assert that the inner 'statement' returns with no fatal assertions. <ahref="AssertMacros_8h.html#a9d2a603b6fbf3bcee3ce0a74c77c06b3">More...</a><br/></td></tr>
<divclass="textblock"><p>Various assertion macros (assertXxx()) are defined in this header. These macros can be used only in a subclass of TestOnce or TestAgain, which is true for all tests created by <aclass="el" href="TestMacros_8h.html#a152fb8fe682506b1b08ddda59abce668" title="Macro to define a test that will be run only once.">test()</a>, <aclass="el" href="TestMacros_8h.html#a1f7b0603fa6951be1f019586eafc6e6b" title="Macro to define a test that will run repeatly upon each iteration of the global loop() method,...">testing()</a>, <aclass="el" href="TestMacros_8h.html#a4f2798c22904efe9442ce65eb6932a9c" title="Create a test that is derived from a custom TestOnce class.">testF()</a> and <aclass="el" href="TestMacros_8h.html#a648c8cb704b9d942b36d8c4646645c2c" title="Create a test that is derived from a custom TestAgain class.">testingF()</a>. </p>
<pclass="definition">Definition at line <aclass="el" href="AssertMacros_8h_source.html#l00090">90</a> of file <aclass="el" href="AssertMacros_8h_source.html">AssertMacros.h</a>.</p>
<p>Assert that the inner 'statement' returns with no fatal assertions. </p>
251
+
<p>This is required because AUnit does not use exceptions, so we have to check the assertion state after calling an inner function. This macro is similar to the <code>ASSERT_NO_FATAL_FAILURE(statement)</code> in GoogleTest. </p>
252
+
253
+
<pclass="definition">Definition at line <aclass="el" href="AssertMacros_8h_source.html#l00109">109</a> of file <aclass="el" href="AssertMacros_8h_source.html">AssertMacros.h</a>.</p>
0 commit comments