| 5900 | } |
| 5901 | |
| 5902 | void test_case_end(const CurrentTestCaseStats&) override { |
| 5903 | testCaseData.addTime(timer.getElapsedSeconds()); |
| 5904 | testCaseData.appendSubcaseNamesToLastTestcase(deepestSubcaseStackNames); |
| 5905 | deepestSubcaseStackNames.clear(); |
| 5906 | } |
| 5907 | |
| 5908 | void test_case_exception(const TestCaseException& e) override { |
| 5909 | DOCTEST_LOCK_MUTEX(mutex) |
nothing calls this directly
no test coverage detected