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

Method GoodTests

library/cpp/testing/unittest/registar.cpp:211–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211unsigned NUnitTest::ITestSuiteProcessor::GoodTests() const noexcept {
212 return CountTests(TestErrors_, true);
213}
214
215unsigned NUnitTest::ITestSuiteProcessor::FailTests() const noexcept {
216 return CountTests(TestErrors_, false);

Callers

nothing calls this directly

Calls 1

CountTestsFunction · 0.85

Tested by

no test coverage detected