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

Method Error

library/cpp/testing/unittest/registar.cpp:195–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195void NUnitTest::ITestSuiteProcessor::Error(const TError& descr) {
196 AddTestError(*descr.test);
197
198 OnError(&descr);
199}
200
201void NUnitTest::ITestSuiteProcessor::BeforeTest(const TTest& test) {
202 OnBeforeTest(&test);

Callers 4

copytree3Function · 0.45
OnErrorMethod · 0.45
OnErrorMethod · 0.45
AddErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected