| 419 | } |
| 420 | |
| 421 | NUnitTest::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 | |
| 431 | namespace { |
| 432 | /* |
nothing calls this directly
no test coverage detected