&&assertFailureCount

From m204wiki
Revision as of 21:28, 24 August 2022 by Ekern (talk | contribs)
(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 command is a Failure (since the beginning of the execution of the macro that contains the assert).

Syntax:

&&assertFailureCount 

The "assert" functions (also including &&assertSuccessCount 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