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

Method GetFailuresCount

library/cpp/testing/unittest/junit.h:110–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 size_t GetFailuresCount() const {
111 size_t sum = 0;
112 for (const auto& [name, suite] : Suites) {
113 sum += suite.GetFailuresCount();
114 }
115 return sum;
116 }
117
118 void SerializeToFile();
119 void SerializeToXml();

Callers 3

SerializeToJsonMethod · 0.45
SerializeToXmlMethod · 0.45
GetFailuresCountMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected