ResetGlobalAssertCounts command: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{| | {| | ||
|width=" | |width="125px"| '''Action:''' | ||
|width=" | |width="575px"| | ||
<span class="f_Para">Normally, the assert counts accessible from the </span><span class="f_Monospace">&&globalAssertFailureCount</span><span class="f_Para">, </span><span class="f_Monospace">&&globalAssertStatus</span><span class="f_Para">, and </span><span class="f_Monospace">&&globalAssertSuccessCount</span><span class="f_Para"> [[Working with Client functions (Debugger)|Client functions]] are reset only when the Client is started/restarted. If you want to clear them at any arbitrary time, executing </span><span class="f_Monospace">resetGlobalAssertCounts</span><span class="f_Para"> resets them to 0. </span> | <span class="f_Para">Normally, the assert counts accessible from the </span><span class="f_Monospace">&&globalAssertFailureCount</span><span class="f_Para">, </span><span class="f_Monospace">&&globalAssertStatus</span><span class="f_Para">, and </span><span class="f_Monospace">&&globalAssertSuccessCount</span><span class="f_Para"> [[Working with Client functions (Debugger)|Client functions]] are reset only when the Client is started/restarted. If you want to clear them at any arbitrary time, executing </span><span class="f_Monospace">resetGlobalAssertCounts</span><span class="f_Para"> resets them to 0. </span> | ||
Latest revision as of 03:52, 9 February 2023
Action: |
Normally, the assert counts accessible from the &&globalAssertFailureCount, &&globalAssertStatus, and &&globalAssertSuccessCount Client functions are reset only when the Client is started/restarted. If you want to clear them at any arbitrary time, executing resetGlobalAssertCounts resets them to 0. Syntax: resetGlobalAssertCounts |
Client menu: | -- |
Introduced: | Build 57 |