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

Method GetTestsCount

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

Source from the content-addressed store, hash-verified

100 void Save();
101
102 size_t GetTestsCount() const {
103 size_t sum = 0;
104 for (const auto& [name, suite] : Suites) {
105 sum += suite.GetTestsCount();
106 }
107 return sum;
108 }
109
110 size_t GetFailuresCount() const {
111 size_t sum = 0;

Callers 2

SerializeToJsonMethod · 0.45
SerializeToXmlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected