current_test_call_count: Retrieve the number of times the test call was called

View source: R/trace_tests.R

current_test_call_countR Documentation

Retrieve the number of times the test call was called

Description

A single test expression might be evaluated many times. Each time the same expression is called, the call count is incremented.

Usage

current_test_call_count()

Value

An integer value representing the number of calls of the current call into the package from the testing suite.


jimhester/covr documentation built on June 14, 2025, 1:24 a.m.