ResetAssertCounts command: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Normally, the assert counts accessible from the </span><span class="f_Monospace">&&assertFa...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{| | {| | ||
|width=" | |width="125px"| '''Action:''' | ||
|width=" | |width="575px"| | ||
Normally, the assert counts accessible from the ''&&assertFailureCount'', ''&&assertStatus'', and ''&&assertSuccessCount'' [[Working with Client functions (Debugger)|Client functions]] are reset when the Client is started/restarted and when a new macro is invoked. If you want to clear them at any arbitrary time, executing </span><span class="f_Monospace">resetAssertCounts</span><span class="f_Para"> resets them to 0.</span> | |||
'''Syntax:''' | '''Syntax:''' |
Latest revision as of 03:52, 9 February 2023
Action: |
Normally, the assert counts accessible from the &&assertFailureCount, &&assertStatus, and &&assertSuccessCount Client functions are reset when the Client is started/restarted and when a new macro is invoked. If you want to clear them at any arbitrary time, executing resetAssertCounts resets them to 0. Syntax: resetAssertCounts |
Client menu: | -- |
Introduced: | Build 56 |