MCPcopy Create free account
hub / github.com/catboost/catboost / ~TCleanUp

Method ~TCleanUp

library/cpp/testing/unittest/registar.cpp:421–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421NUnitTest::TTestBase::TCleanUp::~TCleanUp() {
422 try {
423 Base_->AfterTest();
424 } catch (...) {
425 Base_->AddError(CurrentExceptionMessage().data());
426 }
427 ::NUnitTest::NPrivate::SetUnittestThread(false);
428 ::NUnitTest::NPrivate::SetCurrentTest(nullptr);
429}
430
431namespace {
432 /*

Callers

nothing calls this directly

Calls 4

CurrentExceptionMessageFunction · 0.85
AfterTestMethod · 0.80
AddErrorMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected