MCPcopy Create free account
hub / github.com/catboost/catboost / GoodTestsInCurrentUnit

Method GoodTestsInCurrentUnit

library/cpp/testing/unittest/registar.cpp:219–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219unsigned NUnitTest::ITestSuiteProcessor::GoodTestsInCurrentUnit() const noexcept {
220 return CountTests(CurTestErrors_, true);
221}
222
223unsigned NUnitTest::ITestSuiteProcessor::FailTestsInCurrentUnit() const noexcept {
224 return CountTests(CurTestErrors_, false);

Callers

nothing calls this directly

Calls 1

CountTestsFunction · 0.85

Tested by

no test coverage detected