TEST_PASS_COUNT

TEST_PASS_COUNT is a read-only built-in integer indicating how many tests have passed so far in the current test run.

TEST_PASS_COUNT is only increased after the test and the Post-Function have both completed without error.

Example

PRINT("Number of test passes: ", TEST_PASS_COUNT, "\n");

See Also