MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / ~TestRunner

Method ~TestRunner

testing/testrunner/runner_lib.h:39–44  ·  view source on GitHub ↗

Automatically reports coverage results.

Source from the content-addressed store, hash-verified

37
38 // Automatically reports coverage results.
39 ~TestRunner() {
40 if (coverage_index_) {
41 CoverageReportingEnvironment reporter(*coverage_index_);
42 reporter.TearDown();
43 }
44 }
45
46 // Evaluates the checked expression in the test case, performs the
47 // assertions against the expected result.

Callers

nothing calls this directly

Calls 1

TearDownMethod · 0.45

Tested by

no test coverage detected