object AssertionCounter
get |
Returns the number of assertions executed in the current context. fun get(): Int |
inc |
Increments the counter for the current context. fun inc(): Unit |
reset |
Resets the count for the current context fun reset(): Unit |
getAndReset |
fun AssertionCounter.getAndReset(): Int |