ResetAssertCounts command: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
|width="50%"| '''Action:''' | |width="50%"| '''Action:''' | ||
|width="50%"| | |width="50%"| | ||
Normally, the assert counts accessible from the ''&&assertFailureCount'', ''&&assertStatus'', and ''&&assertSuccessCount'' [[ | 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:''' |
Revision as of 02:30, 8 December 2022
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 |