| 2465 | } |
| 2466 | |
| 2467 | void test_case_start(const TestCaseData& in) override { |
| 2468 | test_case_start_impl(in); |
| 2469 | xml.ensureTagClosed(); |
| 2470 | } |
| 2471 | |
| 2472 | void test_case_reenter(const TestCaseData&) override {} |
| 2473 |
nothing calls this directly
no test coverage detected