Docs (4.0.0)
class TestCase method

getCount

Returns the current value of a named counter.

getCount(name: string): number

Parameters

  • name — The name of the counter

Return value

The current counter value (a number), or zero if the counter has never been used.

Related