| 203 | } |
| 204 | |
| 205 | void NUnitTest::ITestSuiteProcessor::Finish(const TFinish& descr) { |
| 206 | AddTestFinish(*descr.test); |
| 207 | |
| 208 | OnFinish(&descr); |
| 209 | } |
| 210 | |
| 211 | unsigned NUnitTest::ITestSuiteProcessor::GoodTests() const noexcept { |
| 212 | return CountTests(TestErrors_, true); |
no test coverage detected