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

Method FailTestsInCurrentUnit

library/cpp/testing/unittest/registar.cpp:223–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223unsigned NUnitTest::ITestSuiteProcessor::FailTestsInCurrentUnit() const noexcept {
224 return CountTests(CurTestErrors_, false);
225}
226
227bool NUnitTest::ITestSuiteProcessor::CheckAccess(TString /*name*/, size_t /*num*/) {
228 return true;

Callers

nothing calls this directly

Calls 1

CountTestsFunction · 0.85

Tested by

no test coverage detected