&&assertSuccessCount

From m204wiki
Revision as of 02:20, 26 July 2022 by Ekern (talk | contribs) (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| Returns a count of the number of times that the result of an assert macro command is a Success (since...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Action:

Returns a count of the number of times that the result of an assert macro command is a Success (since the beginning of the execution of the macro that contains the assert).

Syntax:

&&assertSuccessCount 

The "assert" functions (also including &&assertFailureCount and &&assertStatus) are particularly useful if you are using the assert command to automate your code testing, letting you keep track of the successes and failures of the assertions.

To clear the count at any time (other than by default when the Client is started/restarted or when a new macro is invoked), you can use the resetAssertCounts command.

Introduced: Build 50