| 2720 | } |
| 2721 | |
| 2722 | void test_run_start() override { |
| 2723 | xml.writeDeclaration(); |
| 2724 | } |
| 2725 | |
| 2726 | void test_run_end(const TestRunStats& p) override { |
| 2727 | // remove .exe extension - mainly to have the same output on UNIX and Windows |
nothing calls this directly
no test coverage detected