| 2771 | } |
| 2772 | |
| 2773 | void test_case_start(const TestCaseData& in) override { |
| 2774 | testCaseData.add(skipPathFromFilename(in.m_file.c_str()), in.m_name); |
| 2775 | timer.start(); |
| 2776 | } |
| 2777 | |
| 2778 | void test_case_reenter(const TestCaseData& in) override { |
| 2779 | testCaseData.addTime(timer.getElapsedSeconds()); |
nothing calls this directly
no test coverage detected