| 221 | } |
| 222 | |
| 223 | unsigned NUnitTest::ITestSuiteProcessor::FailTestsInCurrentUnit() const noexcept { |
| 224 | return CountTests(CurTestErrors_, false); |
| 225 | } |
| 226 | |
| 227 | bool NUnitTest::ITestSuiteProcessor::CheckAccess(TString /*name*/, size_t /*num*/) { |
| 228 | return true; |
nothing calls this directly
no test coverage detected