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

Method FailTests

library/cpp/testing/unittest/registar.cpp:215–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215unsigned NUnitTest::ITestSuiteProcessor::FailTests() const noexcept {
216 return CountTests(TestErrors_, false);
217}
218
219unsigned NUnitTest::ITestSuiteProcessor::GoodTestsInCurrentUnit() const noexcept {
220 return CountTests(CurTestErrors_, true);

Callers 1

ExecuteMethod · 0.80

Calls 1

CountTestsFunction · 0.85

Tested by

no test coverage detected